-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- pre-commit is added with pipenv to the dev-requirements - added also to the dev optional dependencies of pyproject.toml
- Loading branch information
Showing
7 changed files
with
516 additions
and
311 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
Large diffs are not rendered by default.
Oops, something went wrong.
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,58 +1,74 @@ | ||
# | ||
# These requirements were autogenerated by pipenv | ||
# To regenerate from the project's Pipfile, run: | ||
# | ||
# pipenv lock --requirements --dev | ||
# | ||
|
||
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development | ||
# requirements. To emit only development requirements, pass "--dev-only". | ||
|
||
-i https://pypi.org/simple | ||
alabaster==0.7.12 | ||
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' | ||
babel==2.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
backports.entry-points-selectable==1.1.0; python_version >= '2.7' | ||
certifi==2021.5.30 | ||
cffi==1.14.6 | ||
charset-normalizer==2.0.6; python_version >= '3' | ||
attrs==22.1.0; python_version >= '3.5' | ||
babel==2.10.3; python_version >= '3.6' | ||
black==21.12b0 | ||
bleach==5.0.1; python_version >= '3.7' | ||
certifi==2022.6.15; python_version >= '3.6' | ||
cffi==1.15.1 | ||
cfgv==3.3.1; python_full_version >= '3.6.1' | ||
charset-normalizer==2.1.1; python_version >= '3.6' | ||
click==8.1.3; python_version >= '3.7' | ||
codecov==2.1.12 | ||
commonmark==0.9.1 | ||
coverage==5.1 | ||
cryptography==3.4.8 | ||
distlib==0.3.3 | ||
distlib==0.3.5 | ||
docutils==0.17.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' | ||
filelock==3.0.12 | ||
filelock==3.8.0; python_version >= '3.7' | ||
flake8==3.9.2 | ||
idna==3.2; python_version >= '3' | ||
imagesize==1.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
identify==2.5.3; python_version >= '3.7' | ||
idna==3.3; python_version >= '3.5' | ||
imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
importlib-metadata==4.12.0; python_version >= '3.7' | ||
iniconfig==1.1.1 | ||
jinja2==3.0.1; python_version >= '3.6' | ||
markupsafe==2.0.1; python_version >= '3.6' | ||
mccabe==0.6.1 | ||
packaging==21.0; python_version >= '3.6' | ||
platformdirs==2.3.0; python_version >= '3.6' | ||
isort==5.10.1 | ||
jeepney==0.8.0; sys_platform == 'linux' | ||
jinja2==3.1.2; python_version >= '3.7' | ||
keyring==23.8.2; python_version >= '3.7' | ||
markupsafe==2.1.1; python_version >= '3.7' | ||
mccabe==0.6.1; python_version >= '3.6' | ||
mypy==0.971 | ||
mypy-extensions==0.4.3 | ||
nodeenv==1.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' | ||
packaging==21.3; python_version >= '3.6' | ||
pathspec==0.9.0 | ||
pkginfo==1.8.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' | ||
platformdirs==2.5.2; python_version >= '3.7' | ||
pluggy==1.0.0; python_version >= '3.6' | ||
py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
pre-commit==2.20.0 | ||
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' | ||
pycodestyle==2.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
pyflakes==2.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
pygments==2.10.0; python_version >= '3.5' | ||
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
pytest==6.2.5 | ||
pytz==2021.1 | ||
requests==2.26.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' | ||
pygments==2.13.0; python_version >= '3.6' | ||
pyparsing==3.0.9; python_full_version >= '3.6.8' | ||
pytest==7.1.2 | ||
pytz==2022.2.1 | ||
pyyaml==6.0; python_version >= '3.6' | ||
readme-renderer==37.0; python_version >= '3.7' | ||
requests==2.28.1; python_version >= '3.7' and python_version < '4.0' | ||
requests-toolbelt==0.9.1 | ||
rfc3986==2.0.0; python_version >= '3.7' | ||
rich==12.5.1; python_version < '4.0' and python_full_version >= '3.6.3' | ||
secretstorage==3.3.3; sys_platform == 'linux' | ||
setuptools==65.3.0; python_version >= '3.7' | ||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
snowballstemmer==2.1.0 | ||
snowballstemmer==2.2.0 | ||
sphinx==5.1.1 | ||
sphinx-rtd-theme==1.0.0 | ||
sphinx==4.2.0 | ||
sphinxcontrib-applehelp==1.0.2; python_version >= '3.5' | ||
sphinxcontrib-devhelp==1.0.2; python_version >= '3.5' | ||
sphinxcontrib-htmlhelp==2.0.0; python_version >= '3.6' | ||
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5' | ||
sphinxcontrib-qthelp==1.0.3; python_version >= '3.5' | ||
sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.5' | ||
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
tox==3.24.4 | ||
urllib3==1.26.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' | ||
virtualenv==20.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' | ||
voluptuous==0.12.2 | ||
tomli==1.2.3; python_version >= '3.6' | ||
tox==3.25.1 | ||
twine==4.0.1 | ||
typing-extensions==4.3.0; python_version >= '3.7' | ||
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4.0' | ||
virtualenv==20.16.3; python_version >= '3.6' | ||
webencodings==0.5.1 | ||
zipp==3.8.1; python_version >= '3.7' |
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 |
---|---|---|
|
@@ -49,6 +49,7 @@ dev = [ | |
"mypy", | ||
"isort", | ||
"black==21.12b0", | ||
"pre-commit", | ||
] | ||
|
||
[project.urls] | ||
|
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