setup: allow running with newer django versions

This commit is contained in:
Frédéric Péters 2017-09-12 09:25:57 +02:00
parent ac9ba48922
commit b4ad543476
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
install_requires=['django>=1.8, <1.9',
install_requires=['django>=1.8',
],
zip_safe=False,
entry_points={