Merge pull request #11 from EbookFoundation/dev-david
edited pyproject.toml for compiling errorspull/15/head v0.2.0
commit
b1ab270a7e
5
idep.sh
5
idep.sh
|
@ -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
|
|
|
@ -9,9 +9,12 @@ requires = [
|
||||||
]
|
]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
packages = ["src/alttext"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "alt-text"
|
name = "alt-text"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
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" },
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
beautifulsoup4
|
||||||
|
EbookLib
|
||||||
|
replicate
|
||||||
|
google-cloud-aiplatform
|
||||||
|
pytesseract
|
Loading…
Reference in New Issue