forked from manuelzander/iota_simulation
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
76 lines (76 loc) · 1.24 KB
/
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
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
appnope==0.1.0
astroid==2.0.4
atomicwrites==1.1.5
attrs==18.1.0
bleach==3.1.2
coverage==4.5.1
cycler==0.10.0
decorator==4.3.0
entrypoints==0.2.3
flake8==2.6.2
hacking==1.1.0
html5lib==1.0.1
hypothesis==3.57.0
ipykernel==4.8.2
ipython==5.0.0
ipython-genutils==0.2.0
ipywidgets==7.2.1
isort==4.3.4
Jinja2==2.10
jsonschema==2.6.0
jupyter==1.0.0
jupyter-client==5.2.3
jupyter-console==5.2.0
jupyter-core==4.4.0
kiwisolver==1.0.1
lazy-object-proxy==1.3.1
# MarkupSafe==1.0
matplotlib==2.2.2
mccabe==0.5.3
mistune==0.8.3
more-itertools==4.2.0
nbconvert==5.3.1
nbformat==4.4.0
networkx==2.1
nose==1.3.7
notebook==5.7.8
numpy==1.14.3
pandocfilters==1.4.2
pbr==4.0.3
pexpect==4.6.0
pickleshare==0.7.4
pip==10.0.1
pluggy==0.6.0
prompt-toolkit==1.0.15
ptyprocess==0.5.2
py==1.5.3
pycodestyle==2.0.0
pydot==1.2.4
pyflakes==1.2.3
Pygments==2.7.4
pygraphviz==1.5
pylint==2.1.1
pyparsing==2.2.0
pyprof2calltree==1.4.3
pysha3==1.0.2
pytest==3.6.0
python-dateutil==2.7.3
pytz==2018.4
pyzmq==17.0.0
qtconsole==4.3.1
scipy==1.1.0
Send2Trash==1.5.0
setuptools==28.8.0
simplegeneric==0.8.1
six==1.11.0
terminado==0.8.1
testpath==0.3.1
tornado==5.0.2
traitlets==4.3.2
typed-ast==1.1.0
utils==0.9.0
virtualenv==16.0.0
wcwidth==0.1.7
webencodings==0.5.1
widgetsnbextension==3.2.1
wrapt==1.10.11