Merge pull request #18 from EbookFoundation/dev-david

Updated version pyproject.toml. Added openai to requirements.txt.
pull/19/head v0.2.3
XxMistaCruzxX 2024-03-07 17:33:51 -05:00 committed by GitHub
commit cf4968f80e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -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" },

View File

@ -2,4 +2,5 @@ beautifulsoup4
EbookLib EbookLib
replicate replicate
google-cloud-aiplatform google-cloud-aiplatform
pytesseract pytesseract
openai