-
Notifications
You must be signed in to change notification settings - Fork 15
/
requirements.txt
66 lines (64 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
# get a recent setuptools, otherwise wheels (e.g. matplotlib) might fail
#setuptools>=35.0.1
# dev:
#cachetools>=2.0.0
#deap>=1.0.2
#Flask>=0.12.2
#flask-cors>=3.0.3
#matplotlib>=2.0.2
#networkx>=1.11
#nose>=1.3.7
#numpy>=1.12.1
#objgraph>=3.1.0
#requests>=2.16.5
#rdflib>=4.2.1
# temporary workaround for https://github.com/RDFLib/rdflib/issues/867
git+git://github.com/RDFLib/rdflib@6cb0dabce15a0d5dc81954ecb833e31b47a68e28#egg=rdflib
#git+git://github.com/RDFLib/rdflib@master#egg=rdflib
#scikit-learn>=0.18.1
#scipy>=0.19.0
#scoop>=0.7.1.1
#six>=1.10.0
#SPARQLWrapper>=1.8.0
#splendid>=1.1.0
# frozen stable:
appdirs==1.4.3
cachetools==2.0.0
certifi==2017.4.17
chardet==3.0.3
click==6.7
cycler==0.10.0
deap==1.0.2.post2
decorator==4.0.11
Flask==0.12.2
functools32==3.2.3-2
#graphviz==0.7.1
greenlet==0.4.12
idna==2.5
isodate==0.5.4
itsdangerous==0.24
Jinja2==2.9.6
MarkupSafe==1.0
matplotlib==2.0.2
networkx==1.11
nose==1.3.7
numpy==1.12.1
objgraph==3.1.0
packaging==16.8
#pygraphviz==1.3.1
pyparsing==2.2.0
python-dateutil==2.6.0
pytz==2017.2
pyzmq==16.0.2
#rdflib==5.0.0.dev0
requests==2.16.5
scikit-learn==0.18.1
scipy==0.19.0
scoop==0.7.1.1
six==1.10.0
solrpy==0.9.7
SPARQLWrapper==1.8.0
splendid==1.1.0
subprocess32==3.2.7
urllib3==1.21.1
Werkzeug==0.12.2