-
-
Notifications
You must be signed in to change notification settings - Fork 320
/
requirements-dev.txt
54 lines (53 loc) · 1.93 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
45
46
47
48
49
50
51
52
53
54
#
# 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.0; python_version >= '3.6'
async-asgi-testclient==1.4.5
async-generator==1.10
asyncmock==0.4.2
attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
bandit==1.7.0
black==19.10b0
certifi==2020.12.5
chardet==3.0.4
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
coverage==5.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'
coveralls==3.0.0
docopt==0.6.2
gitdb==4.0.5; python_version >= '3.4'
gitpython==3.1.13; python_version >= '3.4'
idna==2.10
importlib-metadata==3.7.0; python_version < '3.8'
iniconfig==1.1.1
invoke==1.5.0
isort==5.7.0
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
mock==4.0.3; python_version >= '3.6'
multidict==5.1.0; python_version >= '3.6'
packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pathspec==0.8.1
pbr==5.5.1; python_version >= '2.6'
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'
pylint==2.7.1
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytest-asyncio==0.14.0
pytest-cov==2.11.1
pytest==6.2.2
pyyaml==5.4.1
regex==2020.11.13
requests==2.25.1
responses==0.12.1
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
smmap==3.0.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
stevedore==3.3.0; python_version >= '3.6'
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
urllib3[secure]==1.26.3; python_version >= '3.5'
wrapt==1.12.1