commit
00433b1a97
|
@ -1,13 +1,5 @@
|
|||
[build-system]
|
||||
requires = [
|
||||
"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",
|
||||
]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
|
@ -39,6 +31,14 @@ classifiers = [
|
|||
"Operating System :: OS Independent",
|
||||
"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]
|
||||
"Source" = "https://github.com/EbookFoundation/alt-text"
|
||||
|
|
Loading…
Reference in New Issue