From ee79e21671150c1fa26c0ad478bac21979dc29bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 19 Dec 2021 16:33:13 +0100 Subject: [PATCH] build: update setup.py to require at least django 2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4fbe148..4182256 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ setup( 'Programming Language :: Python :: 3.5.3', ], install_requires=[ - 'django>=1.11', + 'django>=2.2', ], zip_safe=False, cmdclass={