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]
|
[project]
|
||||||
name = "alt-text"
|
name = "alt-text"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Free Ebook Foundation", email = "eric@ebookfoundation.org" },
|
{ name = "Free Ebook Foundation", email = "eric@ebookfoundation.org" },
|
||||||
{ name = "Jack Byrne", email = "jbyrne4@stevens.edu" },
|
{ name = "Jack Byrne", email = "jbyrne4@stevens.edu" },
|
||||||
|
|
|
@ -2,4 +2,5 @@ beautifulsoup4
|
||||||
EbookLib
|
EbookLib
|
||||||
replicate
|
replicate
|
||||||
google-cloud-aiplatform
|
google-cloud-aiplatform
|
||||||
pytesseract
|
pytesseract
|
||||||
|
openai
|
Loading…
Reference in New Issue