From: Radek Czajka Date: Tue, 17 Mar 2015 11:57:20 +0000 (+0100) Subject: Updated setup.py X-Git-Tag: 22.4~7 X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/commitdiff_plain/aa7e32228fc101bb754786a58510a8b7899adfcb Updated setup.py --- diff --git a/setup.py b/setup.py index 40effde..13f9101 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( long_description=read('README.rst'), zip_safe=False, install_requires=[ - 'Django>=1.5,<1.8', + 'Django>=1.5,<1.9', 'lxml', ], classifiers = [