summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-05-27 12:01:45 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-05-27 12:01:45 +0200
commitb6ce69563f8de9e3fddae7d5db7f5b2a8efc0b2f (patch)
treeca3ce84fd8f3a0c9bd4f33a9c862d0123c702af8
parent22a27e0cb60d2909f4e2159da1c6f50ed9b4c5a6 (diff)
downloadChimère-v2.2.tar.bz2
Chimère-v2.2.zip
Adapt requirementsv2.2
-rw-r--r--requirements_searchengine.txt26
1 files changed, 17 insertions, 9 deletions
diff --git a/requirements_searchengine.txt b/requirements_searchengine.txt
index 3383004..4c26dad 100644
--- a/requirements_searchengine.txt
+++ b/requirements_searchengine.txt
@@ -1,13 +1,21 @@
+# apt-get install libpq-dev libxml2-dev libxslt-dev libexiv2-dev libboost-python-dev libgdal-dev
+# export CPLUS_INCLUDE_PATH=/usr/include/gdal
+# export C_INCLUDE_PATH=/usr/include/gdal
+
django>=1.4,<1.4.99
-beautifulsoup
-psycopg2
-pil
-lxml
+beautifulsoup==3.2.1
+psycopg2==2.4.5
+Pillow==2.6.1
+lxml==2.3.2
south>=0.7.3,<0.7.99
-simplejson
-feedparser
-django-tinymce
+simplejson==2.5.2
+feedparser==5.1.2
+django-tinymce==1.5
django-haystack==2.1
-geopy
-pysolr
+geopy==0.94.2
+pysolr==2.0.15
+-e git+https://github.com/escaped/pyexiv2.git#egg=0.3.2
+chardet==2.1.1
icalendar==3.8
+gdal==1.9.0
+