Updated pyproject.toml to include more dependencies.

pull/10/head
XxMistaCruzxX 2024-02-02 14:17:12 -05:00
parent b0a4d94f31
commit 846788b958
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
[build-system]
requires = ["hatchling", "beautifulsoup4"]
requires = [
"hatchling",
"beautifulsoup4",
"ebooklib",
"pytesseract",
"google-cloud-aiplatform",
"replicate",
]
build-backend = "hatchling.build"
[project]