From c273208b07864c37d9d2511856b9b0cab1db2a7b Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 8 Jun 2016 17:47:24 +0200 Subject: [PATCH] setup.py: allow running with Django >= 1.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',