diff --git a/setup.py b/setup.py index e67d6c888..9c5f755c0 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ scripts=['dispatch/bin/dispatch-admin'], include_package_data=True, install_requires=[ - 'django == 2.2.2', + 'django == 2.2.10', 'djangorestframework == 3.8.2', 'pillow', 'requests',