setup: allow django 2.2 (#41286)

This commit is contained in:
Frédéric Péters 2020-04-02 21:26:41 +02:00
parent 775d3b190b
commit 72f356e7c7
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
install_requires=['django>=1.8,<1.12',
install_requires=['django>=1.11,<2.3',
'gadjo',
'django-ckeditor<4.5.4',
'django-haystack<2.8',