diff --git a/setup.py b/setup.py index 5098897..603efc2 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,6 @@ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], install_requires=[ - "Django==2.1", + "Django==2.2.24", ], )