setup: allow django 2.2

This commit is contained in:
Frédéric Péters 2020-04-12 11:35:07 +02:00
parent 246927a76b
commit 06b5dc9d9d
1 changed files with 2 additions and 2 deletions

View File

@ -109,9 +109,9 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
install_requires=['django>1.7, <1.12',
install_requires=['django>1.7, <2.3',
'django-ckeditor<4.5.4',
'djangorestframework>=3.3,<3.7',
'djangorestframework>=3.3,<3.8',
'html2text',
'gadjo',
'emails',