Merge pull request #11 from EbookFoundation/dev-david

edited pyproject.toml for compiling errors
pull/15/head v0.2.0
XxMistaCruzxX 2024-02-02 14:54:21 -05:00 committed by GitHub
commit b1ab270a7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 6 deletions

View File

@ -1,5 +0,0 @@
py -m pip install beautifulsoup4
py -m pip install EbookLib
py -m pip install replicate
py -m pip install google-cloud-aiplatform
py -m pip install pytesseract

View File

@ -9,9 +9,12 @@ requires = [
]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/alttext"]
[project]
name = "alt-text"
version = "0.1.0"
version = "0.2.0"
authors = [
{ name = "Free Ebook Foundation", email = "eric@ebookfoundation.org" },
{ name = "Jack Byrne", email = "jbyrne4@stevens.edu" },

5
requirements.txt Normal file
View File

@ -0,0 +1,5 @@
beautifulsoup4
EbookLib
replicate
google-cloud-aiplatform
pytesseract