Updated dependency lists with versions.

pull/19/head
xxmistacruzxx 2024-03-21 19:24:03 -04:00
parent cf4968f80e
commit 0102c8ab84
2 changed files with 13 additions and 12 deletions

View File

@ -1,11 +1,12 @@
[build-system] [build-system]
requires = [ requires = [
"hatchling", "hatchling",
"beautifulsoup4", "beautifulsoup4==4.12.3",
"ebooklib", "EbookLib==0.18",
"pytesseract", "replicate==0.23.1",
"google-cloud-aiplatform", "google-cloud-aiplatform==1.36.0",
"replicate", "pytesseract==0.3.10",
"openai==1.13.3",
] ]
build-backend = "hatchling.build" build-backend = "hatchling.build"
@ -14,7 +15,7 @@ packages = ["src/alttext"]
[project] [project]
name = "alt-text" name = "alt-text"
version = "0.2.3" version = "0.2.4"
authors = [ authors = [
{ name = "Free Ebook Foundation", email = "eric@ebookfoundation.org" }, { name = "Free Ebook Foundation", email = "eric@ebookfoundation.org" },
{ name = "Jack Byrne", email = "jbyrne4@stevens.edu" }, { name = "Jack Byrne", email = "jbyrne4@stevens.edu" },

View File

@ -1,6 +1,6 @@
beautifulsoup4 beautifulsoup4==4.12.3
EbookLib EbookLib==0.18
replicate replicate==0.23.1
google-cloud-aiplatform google-cloud-aiplatform==1.36.0
pytesseract pytesseract==0.3.10
openai openai==1.13.3