[TELE-569] change django version in dependency

This commit is contained in:
Daniel Muyshond 2020-06-28 18:55:05 +02:00
parent 68cced9c51
commit 33311a0998
1 changed files with 1 additions and 2 deletions

View File

@ -94,8 +94,7 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
install_requires=['django>=1.7.5, <1.8',
],
install_requires=['django>=1.11',],
zip_safe=False,
cmdclass={
'build': build,