diff --git a/setup.py b/setup.py index 7e4f6df..2132538 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], install_requires=[ - 'Django == 1.7', + 'Django == 2.2.24', 'CairoSVG', 'Pyphen', 'WeasyPrint',