diff --git a/setup.py b/setup.py index db759c70..9a711625 100755 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ setup(name='passerelle', scripts=['manage.py'], include_package_data=True, install_requires=[ - 'django >= 1.7, <1.8', + 'django >= 1.7', 'django-model-utils', 'django-jsonfield < 1.0.0', 'requests',