Updated version pyproject.toml. Added openai to requirements.txt.

dev-david
xxmistacruzxx 2024-03-07 17:33:25 -05:00
parent 836058447d
commit 213af3eb70
2 changed files with 3 additions and 2 deletions

View File

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

View File

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