forked from dggreenbaum/debinterface
-
Notifications
You must be signed in to change notification settings - Fork 16
/
requirements_dev.txt
67 lines (67 loc) · 1.14 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
alabaster==0.7.10
argh==0.26.2
args==0.1.0
astroid==1.4.9
Babel==2.3.4
backports-abc==0.5
backports.functools-lru-cache==1.3
backports.shutil-get-terminal-size==1.0.0
certifi==2017.1.23
check-manifest==0.35
chardet==3.0.4
clint==0.5.1
configparser==3.5.0
coverage==4.3.4
decorator==4.0.11
docutils==0.13.1
enum34==1.1.6
idna==2.6
imagesize==0.7.1
ipdb==0.10.2
ipython==5.3.0
ipython-genutils==0.1.0
isort==4.2.5
Jinja2==2.9.5
lazy-object-proxy==1.2.2
livereload==2.5.1
MarkupSafe==0.23
mccabe==0.6.1
pathlib2==2.2.1
pathtools==0.1.2
pexpect==4.2.1
pickleshare==0.7.4
pkginfo==1.4.2
pluggy==0.4.0
pockets==0.3.2
port-for==0.3.1
prompt-toolkit==1.0.13
ptyprocess==0.5.1
py==1.4.32
Pygments==2.2.0
pylint==1.6.5
pytest==3.0.6
pytest-cov==2.4.0
pytz==2016.10
PyYAML==3.12
requests==2.18.4
requests-toolbelt==0.8.0
simplegeneric==0.8.1
singledispatch==3.4.0.3
six==1.10.0
snowballstemmer==1.2.1
Sphinx==1.5.3
sphinx-autobuild==0.6.0
sphinx-rtd-theme==0.2.0
sphinxcontrib-napoleon==0.6.1
tornado==4.4.2
tox==2.6.0
tqdm==4.19.5
traitlets==4.3.2
twine==1.11.0
urllib3==1.22
virtualenv==15.1.0
watchdog==0.8.3
wcwidth==0.1.7
wrapt==1.10.8
mypy
typing;python_version<"3.5"