Merge pull request #10 from EbookFoundation/dev-david

Updated pyproject.toml to include more dependencies.
pull/15/head
XxMistaCruzxX 2024-02-02 14:17:58 -05:00 committed by GitHub
commit 93e5780bb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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]