-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update package to make release possible
- Add `requirements.txt` for defining required dependencies - Get version from `__version__.py` file with exec - avoiding initialization of the package prematurely - Fix typo in imported exception HTTPError from package requests
- Loading branch information
1 parent
46d9b0f
commit 64ea1c2
Showing
3 changed files
with
21 additions
and
7 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
build==1.2.1 | ||
certifi==2024.2.2 | ||
charset-normalizer==3.3.2 | ||
idna==3.7 | ||
packaging==24.0 | ||
pyproject_hooks==1.0.0 | ||
requests==2.31.0 | ||
urllib3==2.2.1 |
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