Skip to content

Commit

Permalink
Merge pull request #18 from EbookFoundation/dev-david
Browse files Browse the repository at this point in the history
Updated version pyproject.toml. Added openai to requirements.txt.
  • Loading branch information
xxmistacruzxx committed Mar 7, 2024
2 parents 8fdc71c + 213af3e commit cf4968f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ beautifulsoup4
EbookLib
replicate
google-cloud-aiplatform
pytesseract
pytesseract
openai

0 comments on commit cf4968f

Please sign in to comment.