From 213af3eb7038a6932bfa305eeb5386ab87aa92ad Mon Sep 17 00:00:00 2001 From: xxmistacruzxx Date: Thu, 7 Mar 2024 17:33:25 -0500 Subject: [PATCH] Updated version pyproject.toml. Added openai to requirements.txt. --- pyproject.toml | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 95276c8..d0597a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = ["src/alttext"] [project] name = "alt-text" -version = "0.2.2" +version = "0.2.3" 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 b180a9b..34a85da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ beautifulsoup4 EbookLib replicate google-cloud-aiplatform -pytesseract \ No newline at end of file +pytesseract +openai \ No newline at end of file