-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev_requirements.txt
49 lines (48 loc) · 1.64 KB
/
dev_requirements.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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file dev_requirements.txt dev_requirements.in
#
--trusted-host pypi.python.org
appdirs==1.4.3 # via black
atomicwrites==1.2.1 # via pytest
attrs==18.2.0 # via black, pytest
black==18.9b0
bleach==3.0.2 # via readme-renderer
bumpversion==0.5.3
certifi==2018.10.15 # via requests
cffi==1.11.5 # via cmarkgfm
chardet==3.0.4 # via requests
click==7.0 # via black, pip-tools
cmarkgfm==0.4.2 # via readme-renderer
coverage==4.5.1
docutils==0.14 # via readme-renderer
filelock==3.0.9 # via tox
flake8==3.5.0
future==0.16.0 # via readme-renderer
idna==2.7 # via requests
mccabe==0.6.1 # via flake8
more-itertools==4.3.0 # via pytest
pip-tools==3.1.0
pkginfo==1.4.2 # via twine
pluggy==0.8.0 # via pytest, tox
py==1.7.0 # via pytest, tox
pycodestyle==2.3.1 # via flake8
pycparser==2.19 # via cffi
pyflakes==1.6.0 # via flake8
pygments==2.2.0 # via readme-renderer
pytest-cov==2.6.0
pytest==3.9.1
readme-renderer==22.0 # via twine
requests-toolbelt==0.8.0 # via twine
requests==2.20.0 # via requests-toolbelt, twine
six==1.11.0 # via bleach, more-itertools, pip-tools, pytest, readme-renderer, tox
toml==0.10.0 # via black, tox
tox==3.5.2
tqdm==4.28.1 # via twine
twine==1.12.1
urllib3==1.24 # via requests
virtualenv==16.0.0 # via tox
webencodings==0.5.1 # via bleach
wheel==0.32.2