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