misc: allow django 1.8

This commit is contained in:
Frédéric Péters 2016-10-11 19:01:48 +02:00
parent cab37e427d
commit 0a8f013935
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.7, <1.8',
install_requires=['django>=1.7, <1.9',
],
zip_safe=False,
entry_points={