Merge pull request #10 from EbookFoundation/dev-david
Updated pyproject.toml to include more dependencies.pull/15/head
commit
93e5780bb8
|
@ -1,5 +1,12 @@
|
|||
[build-system]
|
||||
requires = ["hatchling", "beautifulsoup4"]
|
||||
requires = [
|
||||
"hatchling",
|
||||
"beautifulsoup4",
|
||||
"ebooklib",
|
||||
"pytesseract",
|
||||
"google-cloud-aiplatform",
|
||||
"replicate",
|
||||
]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
|
|
Loading…
Reference in New Issue