pin supported django version (#39560)

This commit is contained in:
Emmanuel Cazenave 2020-02-05 13:41:34 +01:00
parent e8104a4ac2
commit 401b9961b6
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
install_requires=['django>=1.7, <1.8',
install_requires=['django>=1.11, <1.12',
],
zip_safe=False,
cmdclass={