misc: switch to allow django 1.8

This commit is contained in:
Frédéric Péters 2017-03-05 16:40:44 +01:00
parent 427525dfc4
commit 1a23d48dae
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Django>=1.7, <1.8
Django>=1.7, <1.9
django-ckeditor<4.5.3
gadjo
django-cmsplugin-blurp

View File

@ -103,7 +103,7 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
install_requires=['django>=1.7, <1.8',
install_requires=['django>=1.7, <1.9',
'django-ckeditor<4.5.3',
'gadjo',
'django-cmsplugin-blurp',