Updated pyproject.toml to include more dependencies.
parent
b0a4d94f31
commit
846788b958
|
@ -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