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