general: be more lenient on django version number

This commit is contained in:
Frédéric Péters 2015-02-14 15:01:33 +01:00
parent fadb044125
commit ed0f6a4f0f
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
django >= 1.7
django>=1.7, <1.8
jsonfield

View File

@ -56,7 +56,7 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
install_requires=['django == 1.7',
install_requires=['django>=1.7, <1.8',
'jsonfield',
],
zip_safe=False,