From 0102c8ab84b7dc6b790959fd5daa959e520606cb Mon Sep 17 00:00:00 2001 From: xxmistacruzxx Date: Thu, 21 Mar 2024 19:24:03 -0400 Subject: [PATCH] Updated dependency lists with versions. --- pyproject.toml | 13 +++++++------ requirements.txt | 12 ++++++------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d0597a4..14cb385 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,12 @@ [build-system] requires = [ "hatchling", - "beautifulsoup4", - "ebooklib", - "pytesseract", - "google-cloud-aiplatform", - "replicate", + "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", ] build-backend = "hatchling.build" @@ -14,7 +15,7 @@ packages = ["src/alttext"] [project] name = "alt-text" -version = "0.2.3" +version = "0.2.4" authors = [ { name = "Free Ebook Foundation", email = "eric@ebookfoundation.org" }, { name = "Jack Byrne", email = "jbyrne4@stevens.edu" }, diff --git a/requirements.txt b/requirements.txt index 34a85da..0b847ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -beautifulsoup4 -EbookLib -replicate -google-cloud-aiplatform -pytesseract -openai \ No newline at end of file +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 \ No newline at end of file