-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add black * update tox.ini * re-structure requirements * add pre-commit config * change to_json() to json() * update tests to the changes
- Loading branch information
1 parent
4aef93b
commit fc1a711
Showing
25 changed files
with
632 additions
and
558 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
requests>=2.12.0 | ||
jsonschema>=3.2.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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# Requirements for development. | ||
tox | ||
-r common.txt | ||
-r lint.txt | ||
-r docs.txt | ||
-r tests.txt | ||
wheel | ||
pre-commit | ||
twine |
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 @@ | ||
-r common.txt |
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,7 +1,9 @@ | ||
# Requirements for documentation test (tox) | ||
-r common.txt | ||
sphinx==1.7.* | ||
git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme | ||
git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme | ||
pydocstyle | ||
restructuredtext_lint | ||
pygments | ||
rstcheck |
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 |
---|---|---|
|
@@ -14,3 +14,5 @@ flake8-return==0.3.0 | |
flake8-pytest-style==v1.2.1 | ||
pylint | ||
radon | ||
mypy==0.790 | ||
autopep8 |
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 @@ | ||
-r common.txt |
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,17 +1,6 @@ | ||
# Requirements for tests (tox) | ||
coverage==4.5.3 | ||
atomicwrites==1.3.0 | ||
attrs==19.1.0 | ||
certifi==2019.3.9 | ||
chardet==3.0.4 | ||
idna==2.8 | ||
importlib-metadata==0.15 | ||
more-itertools==5.0.0 | ||
pluggy==0.12.0 | ||
py==1.8.0 | ||
pytest==4.5.0 | ||
pytest-cov==2.7.1 | ||
six==1.12.0 | ||
urllib3==1.25.3 | ||
wcwidth==0.1.7 | ||
zipp==0.5.1 | ||
# Requirements for tests (pytest) | ||
-r common.txt | ||
pytest | ||
pytest-cov | ||
tox | ||
selenium==3.141.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
Empty file.
Oops, something went wrong.