[django-1.7] Declare authentic2 compatible with django 1.7

refs #5244
This commit is contained in:
Benjamin Dauvergne 2014-12-11 14:45:26 +01:00
parent f7bdd578d9
commit 32d1c6fc37
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Django>1.5,<1.7
Django>=1.5,<1.8
south>=0.8.4
requests
django-model-utils

View File

@ -108,7 +108,7 @@ setup(name="authentic2",
'': 'src',
},
include_package_data=True,
install_requires=['django >= 1.5, < 1.7',
install_requires=['django >= 1.5, < 1.8',
'south>=0.8.4',
'requests',
'django-model-utils',