diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-14 12:57:25 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-14 12:57:25 +0200 |
commit | 222652ea04a66f85b861db2163b8bd6a4a403edf (patch) | |
tree | ce38fcf128aa786b91ca6095751c73b187351dc1 | |
parent | 69b5bb17321d0983f980e1b1d2a7c5992b658452 (diff) | |
download | Ishtar-222652ea04a66f85b861db2163b8bd6a4a403edf.tar.bz2 Ishtar-222652ea04a66f85b861db2163b8bd6a4a403edf.zip |
Begining work for v2! New requirements.
-rw-r--r-- | requirements.txt | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/requirements.txt b/requirements.txt index eae7f38a2..dc555c9c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,17 @@ -psycopg2==2.4.5 -django-registration==0.8 -django==1.4 -south>=0.7.3,<0.7.99 -Pillow>=1.1.6 +psycopg2==2.5.4 +django-registration==2.0 +django==1.8 +Pillow==3.4.2 pisa==3.0.33 -reportlab==2.5 -dbf==0.88.16 -python-memcached==1.48 -unicodecsv==0.9.0 +reportlab==3.1.8 +dbf==0.96.003 +python-memcached==1.57 +unicodecsv==0.14.1 pytidylib==0.2.1 -lxml>=3.3.1 +lxml==3.4.0 html5lib==0.999 django-extra-views==0.2.4 beautifulsoup4==4.3.2 -markdown==2.1.1 +markdown==2.5.1 |