diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-22 23:06:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-22 23:06:12 +0200 |
commit | 8a8f25e156367807d174bbe858e8f66416306001 (patch) | |
tree | 001e62218954de6391f83e2436de816cc6c7a48a /requirements.txt | |
parent | 792fed91a5c0c218ede19b01d5d818730193a6b2 (diff) | |
download | Chimère-8a8f25e156367807d174bbe858e8f66416306001.tar.bz2 Chimère-8a8f25e156367807d174bbe858e8f66416306001.zip |
Going to python3 and Django 1.8!
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index 9b5ca45..4c314f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,12 @@ -django>=1.4,<1.4.99 -beautifulsoup +django>=1.8,<1.8.99 +beautifulsoup4==4.3.2 psycopg2 -Pillow -lxml -south>=0.7.3,<0.7.99 -simplejson +Pillow==3.3 +lxml==3.4 feedparser==5.2.1 -django-tinymce +django-tinymce==1.5.3 icalendar==3.8 chardet==2.3 +py3exiv2==0.2.1 +gdal==1.10 +osmapi==0.6.2 |