mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 08:38:26 +01:00
Added requirements.txt
This commit is contained in:
parent
88a25f948a
commit
6f6e9cf503
1 changed files with 51 additions and 0 deletions
51
requirements.txt
Normal file
51
requirements.txt
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
#
|
||||||
|
# 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
|
||||||
|
appdirs==1.4.4
|
||||||
|
attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
|
autopep8==1.5.5
|
||||||
|
black==20.8b1
|
||||||
|
bleach==3.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||||
|
certifi==2020.12.5
|
||||||
|
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||||
|
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||||
|
colorama==0.4.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||||
|
coverage==5.4
|
||||||
|
docutils==0.16; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||||
|
flake8==3.8.4
|
||||||
|
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
|
iniconfig==1.1.1
|
||||||
|
keyring==22.3.0; python_version >= '3.6'
|
||||||
|
mccabe==0.6.1
|
||||||
|
mypy-extensions==0.4.3
|
||||||
|
packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
|
pathspec==0.8.1
|
||||||
|
pkginfo==1.7.0
|
||||||
|
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
|
py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
|
pycodestyle==2.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
|
pyflakes==2.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
|
pygments==2.8.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.2
|
||||||
|
readme-renderer==29.0
|
||||||
|
regex==2020.11.13
|
||||||
|
requests-toolbelt==0.9.1
|
||||||
|
requests==2.25.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||||
|
rfc3986==1.4.0
|
||||||
|
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
|
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
|
tqdm==4.58.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
|
twine==3.3.0
|
||||||
|
typed-ast==1.4.2
|
||||||
|
typing-extensions==3.7.4.3
|
||||||
|
urllib3==1.26.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||||
|
webencodings==0.5.1
|
Loading…
Reference in a new issue