Added more hatchling configuration to pyproject.toml

pull/11/head
XxMistaCruzxX 2024-02-02 14:42:59 -05:00
parent 846788b958
commit 93574f7d4b
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"] # Adjust this based on your project structure
[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