diff --git a/setup.py b/setup.py index 3c79910..cb0d485 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ # ]}, include_package_data=True, install_requires=[ - 'Django==1.3', + 'Django==2.2.24', 'pillow', 'South', 'Whoosh',