Skip to content

Commit dc2a8d5

Browse files
authored
Merge pull request #3 from ccnmaastricht/python
minimum requirements
2 parents 3534335 + d229134 commit dc2a8d5

File tree

1 file changed

+2
-117
lines changed

1 file changed

+2
-117
lines changed

code/python/requirements.txt

Lines changed: 2 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -1,118 +1,3 @@
1-
alabaster==0.7.12
2-
argh==0.26.2
3-
asn1crypto==1.3.0
4-
astroid==2.3.3
5-
atomicwrites==1.3.0
6-
attrs==19.3.0
7-
autopep8==1.4.4
8-
Babel==2.8.0
9-
backcall==0.1.0
10-
bleach==3.1.0
11-
certifi==2019.11.28
12-
cffi==1.14.0
13-
chardet==3.0.4
14-
cloudpickle==1.3.0
15-
cryptography==2.8
16-
cycler==0.10.0
17-
decorator==4.4.2
18-
defusedxml==0.6.0
19-
diff-match-patch==20181111
20-
docutils==0.16
21-
entrypoints==0.3
22-
flake8==3.7.9
23-
future==0.18.2
24-
idna==2.9
25-
imagesize==1.2.0
26-
importlib-metadata==1.5.0
27-
intervaltree==3.0.2
28-
ipykernel==5.1.4
29-
ipython==7.13.0
30-
ipython-genutils==0.2.0
31-
isort==4.3.21
32-
jedi==0.15.2
33-
jeepney==0.4.3
34-
Jinja2==2.11.1
35-
json5==0.9.3
36-
jsonschema==3.2.0
37-
jupyter-client==6.1.0
38-
jupyter-core==4.6.1
39-
jupyterlab==1.2.6
40-
jupyterlab-server==1.0.7
41-
keyring==21.1.0
42-
kiwisolver==1.1.0
43-
lazy-object-proxy==1.4.3
44-
llvmlite==0.31.0
45-
MarkupSafe==1.1.1
46-
matplotlib==3.2.1
47-
mccabe==0.6.1
48-
mistune==0.8.4
49-
nbconvert==5.6.1
50-
nbformat==5.0.4
51-
notebook==6.0.3
52-
numba==0.48.0
53-
numpy==1.18.2
54-
numpydoc==0.9.2
55-
opencv-python==4.2.0.32
56-
packaging==20.3
57-
pandocfilters==1.4.2
58-
parso==0.5.2
59-
pathtools==0.1.2
60-
pexpect==4.8.0
61-
pickleshare==0.7.5
62-
pluggy==0.13.1
63-
prometheus-client==0.7.1
64-
prompt-toolkit==3.0.3
65-
psutil==5.7.0
66-
ptyprocess==0.6.0
67-
pycodestyle==2.5.0
68-
pycparser==2.20
69-
pydocstyle==4.0.1
70-
pyflakes==2.1.1
71-
Pygments==2.6.1
72-
pylint==2.4.4
73-
pyOpenSSL==19.1.0
74-
pyparsing==2.4.6
75-
pyrsistent==0.15.7
76-
PySocks==1.7.1
77-
python-dateutil==2.8.1
78-
python-jsonrpc-server==0.3.4
79-
python-language-server==0.31.9
80-
pytz==2019.3
81-
pyxdg==0.26
82-
PyYAML==5.3.1
83-
pyzmq==18.1.1
84-
QDarkStyle==2.8
85-
QtAwesome==0.7.0
86-
qtconsole==4.7.2
87-
QtPy==1.9.0
88-
requests==2.23.0
89-
rope==0.16.0
90-
Rtree==0.9.3
1+
numpy==1.18.3
2+
opencv-python==4.2.0.34
913
scipy==1.4.1
92-
SecretStorage==3.1.2
93-
Send2Trash==1.5.0
94-
six==1.14.0
95-
snowballstemmer==2.0.0
96-
sortedcontainers==2.1.0
97-
Sphinx==2.4.4
98-
sphinxcontrib-applehelp==1.0.2
99-
sphinxcontrib-devhelp==1.0.2
100-
sphinxcontrib-htmlhelp==1.0.3
101-
sphinxcontrib-jsmath==1.0.1
102-
sphinxcontrib-qthelp==1.0.3
103-
sphinxcontrib-serializinghtml==1.1.4
104-
spyder==4.1.1
105-
spyder-kernels==1.9.0
106-
terminado==0.8.3
107-
testpath==0.4.4
108-
tornado==6.0.4
109-
traitlets==4.3.3
110-
ujson==1.35
111-
urllib3==1.25.8
112-
watchdog==0.10.2
113-
wcwidth==0.1.8
114-
webencodings==0.5.1
115-
wrapt==1.12.1
116-
wurlitzer==2.0.0
117-
yapf==0.28.0
118-
zipp==2.2.0

0 commit comments

Comments
 (0)