diff --git a/setup.py b/setup.py index 858c54f..e57e463 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ sys.exit(1) install_requires = [ - 'Django==1.10', + 'Django==2.2.24', 'django-el-pagination==3.0.1', 'easy_thumbnails==2.3', 'beautifulsoup4==4.5.1',