|
345
|
1 |
#STATIC_DEPS=true LIBXML2_VERSION=2.9.2 LIBXSLT_VERSION=1.1.28 LIBICONV_VERSION=1.14 pip install --no-index -r requirements.txt
|
|
|
2 |
-f ../../res/src
|
|
|
3 |
Django==1.6.8
|
|
|
4 |
Pillow==2.6.1
|
|
|
5 |
PyYAML==3.11
|
|
|
6 |
SPARQLWrapper==1.6.4
|
|
|
7 |
South==1.0.1
|
|
|
8 |
Whoosh==2.5.7
|
|
|
9 |
easy-thumbnails==2.2
|
|
|
10 |
django-extensions==1.4.4
|
|
|
11 |
django-haystack==2.2.0
|
|
|
12 |
django-registration==1.1
|
|
|
13 |
httplib2==0.9
|
|
|
14 |
html5lib==0.999
|
|
|
15 |
isodate==0.5.0
|
|
|
16 |
lxml==3.4.0
|
|
|
17 |
psycopg2==2.5.4
|
|
|
18 |
pycrypto==2.6.1
|
|
|
19 |
elasticsearch==1.2.0
|
|
|
20 |
pyparsing==2.0.3
|
|
|
21 |
requests==2.4.3
|
|
|
22 |
simplejson==3.6.5
|
|
|
23 |
six==1.8.0
|
|
|
24 |
rdflib==4.1.2
|
|
|
25 |
urllib3==1.9.1
|
|
|
26 |
wikitools==1.2
|
|
|
27 |
wsgiref==0.1.2
|
|
|
28 |
|