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]
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" },

View File

@ -1,6 +1,6 @@
beautifulsoup4
EbookLib
replicate
google-cloud-aiplatform
pytesseract
openai
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