-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from EbookFoundation/dev-david
Updated README.md. Updated pyproject.toml. Added more to idep.sh.
- Loading branch information
Showing
3 changed files
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
py -m pip install beautifulsoup4 | ||
py -m pip install EbookLib | ||
py -m pip install EbookLib | ||
py -m pip install replicate | ||
py -m pip install google-cloud-aiplatform | ||
py -m pip install pytesseract |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "alt-text" | ||
version = "0.0.1" | ||
version = "0.1.0" | ||
authors = [ | ||
{ name = "Free Ebook Foundation", email = "[email protected]" }, | ||
{ name = "Jack Byrne", email = "[email protected]" }, | ||
|
@@ -22,7 +22,7 @@ description = "A package used for finding, generating, and setting alt-text for | |
readme = "README.md" | ||
requires-python = ">=3.7" | ||
classifiers = [ | ||
"Development Status :: 2 - Pre-Alpha", | ||
"Development Status :: 3 - Alpha", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Intended Audience :: Developers", | ||
"Operating System :: OS Independent", | ||
|