diff --git a/setup.py b/setup.py index 05e0a1d..e44b6c5 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2', ], - install_requires=['django>=1.11',], + install_requires=['django>=2.2',], zip_safe=False, cmdclass={ 'build': build,