Fix project metadata

pull/19/head
Ofek Lev 2024-05-27 17:15:14 -04:00 committed by GitHub
parent 068b4df6ea
commit 37f5fc8b8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 9 deletions

View File

@ -1,13 +1,5 @@
[build-system] [build-system]
requires = [ requires = ["hatchling"]
"hatchling",
"beautifulsoup4==4.12.3",
"EbookLib==0.18",
"replicate==0.23.1",
"google-cloud-aiplatform==1.36.0",
"pytesseract==0.3.10",
"openai==1.13.3",
]
build-backend = "hatchling.build" build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel] [tool.hatch.build.targets.wheel]
@ -39,6 +31,14 @@ classifiers = [
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
] ]
dependencies = [
"beautifulsoup4==4.12.3",
"EbookLib==0.18",
"replicate==0.23.1",
"google-cloud-aiplatform==1.36.0",
"pytesseract==0.3.10",
"openai==1.13.3",
]
[project.urls] [project.urls]
"Source" = "https://github.com/EbookFoundation/alt-text" "Source" = "https://github.com/EbookFoundation/alt-text"