From 96b44d0513843ee9065ba102376579ed4e9969a6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 21 Aug 2017 18:21:04 +0200 Subject: requirements: Django 1.8 -> 1.11 --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'requirements.txt') 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 -- cgit v1.2.3