build: limit to django 1.8

This commit is contained in:
Frédéric Péters 2017-04-03 14:38:08 +02:00
parent 14abe6efcd
commit 7a901cac1d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
django >= 1.7, <1.9
django >= 1.8, <1.9
django-jsonresponse >= 0.10, < 0.11
django-model-utils
django-jsonfield >= 0.9.3

View File

@ -85,7 +85,7 @@ setup(name='passerelle',
scripts=['manage.py'],
include_package_data=True,
install_requires=[
'django >= 1.7, <1.9',
'django >= 1.8, <1.9',
'django-model-utils',
'django-jsonfield < 1.0.0',
'requests',