diff --git a/setup.py b/setup.py index 0a0ef78..dcb10e4 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ ], }, install_requires=[ - 'Django==1.8', + 'Django==2.2.28', 'requests==2.22.0', ], keywords = "python actionkit",