diff options
Diffstat (limited to 'requirements_searchengine.txt')
-rw-r--r-- | requirements_searchengine.txt | 26 |
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 + |