limit welco to 3.2

This commit is contained in:
Frédéric Péters 2023-09-29 10:21:50 +02:00
parent 2c88fcfa68
commit 56cd938d0c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ setup(
'Programming Language :: Python',
],
install_requires=[
'django>=2.2,<3.3',
'django>=3.2,<3.3',
'gadjo',
'django-ckeditor<4.5.4',
'django-haystack<3.2',