Fix project metadata
parent
068b4df6ea
commit
37f5fc8b8a
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue