diff --git a/setup.py b/setup.py index ffaac64..706be95 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ ], install_requires=[ - "django==1.11.23", + "django==2.2.24", "bottle==0.12.19", "commonmark==0.8.1", "waitress==1.4.3",