diff --git a/idep.sh b/idep.sh deleted file mode 100644 index 073f749..0000000 --- a/idep.sh +++ /dev/null @@ -1,5 +0,0 @@ -py -m pip install beautifulsoup4 -py -m pip install EbookLib -py -m pip install replicate -py -m pip install google-cloud-aiplatform -py -m pip install pytesseract \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e2a760d..d1cb08a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,12 @@ requires = [ ] build-backend = "hatchling.build" +[tool.hatch.build.targets.wheel] +packages = ["src/alttext"] + [project] name = "alt-text" -version = "0.1.0" +version = "0.2.0" authors = [ { name = "Free Ebook Foundation", email = "eric@ebookfoundation.org" }, { name = "Jack Byrne", email = "jbyrne4@stevens.edu" }, diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b180a9b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +beautifulsoup4 +EbookLib +replicate +google-cloud-aiplatform +pytesseract \ No newline at end of file