Browse Source

Upgrade dependencies to be Django-1.8 compatible

Goal is not to have the latest version of dependencies, but the minimal version
working with Django 1.8 requiring minimum code change (and that's a huge
victory : no code change at all !).

Ref #13
Jocelyn Delalande 8 years ago
parent
commit
ddf8ebed9b
1 changed files with 5 additions and 5 deletions
  1. 5 5
      requirements.txt

+ 5 - 5
requirements.txt

@@ -3,14 +3,14 @@ psycopg2==2.5.2
 python-ldap==2.4.15
 wsgiref==0.1.2
 python-dateutil==2.2
-django-autocomplete-light==2.0.7
+django-autocomplete-light==2.1.1
 django-activelink==0.4
 html2text
-django-polymorphic==0.6
-django-sendfile==0.3.6
+django-polymorphic==0.7.2
+django-sendfile==0.3.10
 django-localflavor==1.1
--e git+https://code.ffdn.org/zorun/django-postgresql-netfields.git#egg=django-netfields
--e git+https://github.com/jlaine/django-ldapdb@1c4f9f29e52176f4367a1dffec2ecd2e123e2e7a#egg=django-ldapdb
+django-netfields>=0.3.1,<4.0
+django-ldapdb>=0.4.0,<5.0
 feedparser
 six==1.10.0
 WeasyPrint==0.31