diff --git a/setup.py b/setup.py index 8f79009..179fc02 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ ], install_requires=[ - "django==1.11.23", + "django==2.2.28", "bottle", "commonmark==0.8.1", "waitress==1.4.3",