-
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.
* add chardet to requirements * re-order imports and add chardet * replace `error.__str__` with `error.output` * handle package vs module conflict cases * check encodings on different OSes * rollback to `utf-8` encoding when exception get raised in encoding detection * add test case to check conflict with standard python library modules * add test case to check conflict with non-standard python library modules + fixing a typo * update env variable name * add main pypi account credentials * `CHANGELOG.md` updated * main pypi testcases updated * fix `chardet` in `dev-requirements.txt` * add an empty line at the end * update error message
- Loading branch information
Showing
6 changed files
with
34 additions
and
8 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
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 |
---|---|---|
|
@@ -8,3 +8,4 @@ bandit>=1.5.1 | |
pydocstyle>=3.0.0 | ||
pytest>=4.3.1 | ||
pytest-cov>=2.6.1 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ requests>=1.0.0 | |
setuptools>=40.8.0 | ||
wheel>=0.35.0 | ||
twine>=3.5.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