-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor test cases * remove get request query because of `fastly` proxy * remove `requests` and `chardet` dependencies * remove unused imports and re-order imports * remove unused params * accept direct param dict * mute warnings * mute twine steps logs * remove error message investigation, due to frequent change in pypi API * add comment * refactor imports * remove chardet import * `CHANGELOG.md` updated * fix weird output in windows because of encoding * add `chardet` to requirements * `CHANGELOG.md` updated * Update dev-requirements.txt
- Loading branch information
Showing
7 changed files
with
37 additions
and
80 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,5 +1,4 @@ | ||
art==6.4 | ||
requests==2.32.3 | ||
setuptools==75.7.0 | ||
wheel==0.45.1 | ||
twine==6.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
art>=5.3 | ||
requests>=1.0.0 | ||
setuptools>=40.8.0 | ||
wheel>=0.35.0 | ||
twine>=3.5.0 | ||
chardet>=4.0.0 | ||
chardet>=4.0.0 |
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
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