misc: limit django version to 1.7

This commit is contained in:
Frédéric Péters 2015-04-02 11:01:04 +02:00
parent 490194be33
commit 59cac244ca
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Django>=1.7
Django>=1.7, <1.8
django-ckeditor
-e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo
django-cmsplugin-blurp

View File

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