From 37f5fc8b8ad1e28819c1c9d472b6407b29c97c3c Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Mon, 27 May 2024 17:15:14 -0400 Subject: [PATCH] Fix project metadata --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14cb385..ff38bb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,5 @@ [build-system] -requires = [ - "hatchling", - "beautifulsoup4==4.12.3", - "EbookLib==0.18", - "replicate==0.23.1", - "google-cloud-aiplatform==1.36.0", - "pytesseract==0.3.10", - "openai==1.13.3", -] +requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] @@ -39,6 +31,14 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3", ] +dependencies = [ + "beautifulsoup4==4.12.3", + "EbookLib==0.18", + "replicate==0.23.1", + "google-cloud-aiplatform==1.36.0", + "pytesseract==0.3.10", + "openai==1.13.3", +] [project.urls] "Source" = "https://github.com/EbookFoundation/alt-text"