misc: limit setup_requires to django 1.11, to still be ok with py2

This commit is contained in:
Frédéric Péters 2019-09-22 14:45:51 +02:00
parent fd409d6d3c
commit 3557720aa6
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ setup(name="django-mellon",
'atomicwrites',
],
setup_requires=[
'django>=1.7,<2.3',
'django>=1.7,<2',
],
tests_require=[
'nose>=0.11.4',