Django < 1.9 in setup.py (target is Django 1.8) (#11232)

This commit is contained in:
Thomas NOËL 2016-06-07 13:42:39 +02:00
parent 1878d612ab
commit 5a68d5e7bc
1 changed files with 1 additions and 1 deletions

View File

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