Merge pull request #18 from EbookFoundation/dev-david
Updated version pyproject.toml. Added openai to requirements.txt.pull/19/head v0.2.3
commit
cf4968f80e
|
@ -14,7 +14,7 @@ packages = ["src/alttext"]
|
|||
|
||||
[project]
|
||||
name = "alt-text"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors = [
|
||||
{ name = "Free Ebook Foundation", email = "eric@ebookfoundation.org" },
|
||||
{ name = "Jack Byrne", email = "jbyrne4@stevens.edu" },
|
||||
|
|
|
@ -2,4 +2,5 @@ beautifulsoup4
|
|||
EbookLib
|
||||
replicate
|
||||
google-cloud-aiplatform
|
||||
pytesseract
|
||||
pytesseract
|
||||
openai
|
Loading…
Reference in New Issue