forked from scrtlabs/catalyst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements_dev.txt
63 lines (50 loc) · 1.03 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
# Testing
coverage==4.4.1
nose==1.3.7
nose-parameterized==0.5.0
nose-ignore-docstring==0.2
termcolor==1.1.0
nose-timer==0.5.0
xlrd==0.9.4
# These are required by mock or its dependencies
#Jinja2==2.7.3
funcsigs==1.0.2
Pygments==2.0.2
alabaster==0.7.6
babel==1.3
docutils==0.12
snowballstemmer==1.2.0
sphinx-rtd-theme==0.1.8
sphinx==1.6.7
pbr==1.10.0
mock==2.0.0
# Temp Directories for testing
testfixtures==4.1.2
# Linting
flake8==3.3.0
mccabe==0.6.0
pycodestyle==2.3.1
pyflakes==1.5.0
configparser==3.5.0;python_version<"3.2"
# Documentation Conversion
pyandoc==0.0.1
docopt==0.6.2
numpydoc==0.5
mistune==0.7
# Example scripts that are run during unit tests use the following:
# Required by tornado
backports.ssl-match-hostname==3.4.0.2;python_version<'3.0'
certifi==2018.1.18
# matplotlib dependencies:
tornado==4.2.1
pyparsing==2.2.0
cycler==0.10.0
matplotlib==2.2.2
mpl_finance==0.10.0
Markdown==2.6.2
# Checking for old PIP packages
futures==3.0.5
requests-futures==0.9.7
piprot==0.9.6
# For mocking out requests fetches
responses==0.4.0