From 846788b9584385381c8c954d118337784c1098ad Mon Sep 17 00:00:00 2001 From: XxMistaCruzxX Date: Fri, 2 Feb 2024 14:17:12 -0500 Subject: [PATCH] Updated pyproject.toml to include more dependencies. --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6587874..e2a760d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,12 @@ [build-system] -requires = ["hatchling", "beautifulsoup4"] +requires = [ + "hatchling", + "beautifulsoup4", + "ebooklib", + "pytesseract", + "google-cloud-aiplatform", + "replicate", +] build-backend = "hatchling.build" [project]