-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements-dev.txt
84 lines (84 loc) · 1.47 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
apipkg==1.5
argh==0.26.2
astroid==2.4.2
atomicwrites==1.4.0
attrs==19.3.0
bandit==1.6.2
bleach==3.1.5
certifi==2020.6.20
chardet==3.0.4
click==7.1.2
colorama==0.4.3; sys_platform == 'win32'
coverage==5.1
dataclasses==0.7
datadiff==2.0.0
docopt==0.6.2
docutils==0.16
dparse==0.5.1
elib-config==2018.12.18.1
elib-run==2018.12.6.1
epab==2018.12.18.1
execnet==1.7.1
faker==4.1.1
flake8==3.8.3
future==0.18.2
gitchangelog==3.0.4
gitdb2==4.0.1
gitpython==3.1.3
hypothesis==5.18.3
idna==2.10
isort==4.3.21
lazy-object-proxy==1.5.0
mccabe==0.6.1
mockito==1.2.1
more-itertools==8.4.0
multidict==4.7.6
mypy-extensions==0.4.3
mypy==0.782
packaging==20.4
pathtools==0.1.2
pbr==5.4.5
pefile==2019.4.18
pkginfo==1.5.0.1
pluggy==0.13.1
py==1.9.0
pycodestyle==2.6.0
pyflakes==2.2.0
pygments==2.6.1
pylint==2.5.3
pyparsing==2.4.7
pystache==0.5.4
pytest-cache==1.0
pytest-cov==2.10.0
pytest-deadfixtures==2.2.0
pytest-faker==2.0.0
pytest-pycharm==0.6.0
pytest-repeat==0.8.0
pytest-vcr==1.0.2
pytest-watch==4.2.0
pytest==5.4.3
python-dateutil==2.8.1
pytz==2020.1
pyyaml==5.3.1
readme-renderer==26.0
requests-toolbelt==0.9.1
requests==2.24.0
safety==1.9.0
sarge==0.1.5.post0
setuptools-scm==4.1.2
six==1.15.0
smmap2==3.0.0
stevedore==2.0.1
text-unidecode==1.3
toml==0.10.1
tomlkit==0.6.0
tqdm==4.46.1
twine==3.2.0
typed-ast==1.4.1; python_version < '3.7' and implementation_name == 'cpython'
urllib3==1.25.9
vcrpy==4.0.2
watchdog==0.10.3
webencodings==0.5.1
wheel==0.34.2
wrapt==1.12.1
yarl==1.4.2; python_version >= '3.4'