diff --git a/setup.py b/setup.py index ac1876c..b573efe 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ readme = readme_file.read() requirements = [ - 'Django>=1.8,<2.2', + 'Django>=1.8,<5.2', ] setup(