diff options
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 35844b4ee..3e8fcb29f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ psycopg2==2.5.4 -django-registration==2.0 -django==1.8 +django-registration==2.2 +django==1.11 Pillow==3.4.2 pisa==3.0.33 reportlab==3.1.8 @@ -17,10 +17,10 @@ beautifulsoup4==4.3.2 markdown==2.5.1 django-ajax-selects==1.4.3 -django-formtools==1.0 +django-formtools==2.0 secretary==0.2.14 -e git+https://github.com/treyhunner/django-simple-history.git@1.8.2#egg=django-simple-history -django-extensions==1.3.10 +django-extensions==1.7.4 |