diff --git a/setup.py b/setup.py index 5098897..01c7dc1 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.13", ], )