-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
44 lines (43 loc) · 1.8 KB
/
requirements-dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements --dev-only
#
-i https://pypi.org/simple
appdirs==1.4.4
astroid==2.5.1; python_version >= '3.6'
autopep8==1.5.5
bump2version==1.0.1
certifi==2020.12.5
cfgv==3.2.0; python_full_version >= '3.6.1'
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
distlib==0.3.1
filelock==3.0.12
gunicorn==20.0.4
httpie==2.4.0
identify==2.1.1; python_full_version >= '3.6.1'
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
importlib-metadata==3.7.2; python_version < '3.8'
isort==5.7.0; python_version >= '3.6' and python_version < '4'
lazy-object-proxy==1.5.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
mccabe==0.6.1
nodeenv==1.5.0
pre-commit==2.11.1
pycodestyle==2.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pygments==2.8.1; python_version >= '3.5'
pylint==2.7.2
pysocks==1.7.1
pyyaml==5.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
requests-toolbelt==0.9.1
requests[socks]==2.25.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
rope==0.18.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'
typed-ast==1.4.2; python_version < '3.8' and implementation_name == 'cpython'
typing-extensions==3.7.4.3; python_version < '3.8'
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'
virtualenv==20.4.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
wheel==0.36.2
wrapt==1.12.1
zipp==3.4.1; python_version >= '3.6'