bumped min Django version to 3.2.7

This commit is contained in:
Peter Pfeufer 2021-09-19 18:05:39 +02:00
parent 4a9a2a670c
commit 688c11ff18
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -22,7 +22,7 @@ install_requires = [
'celery>=4.3.0,<6.0.0,!=4.4.4', # 4.4.4 is missing a dependency 'celery>=4.3.0,<6.0.0,!=4.4.4', # 4.4.4 is missing a dependency
'celery_once>=2.0.1', 'celery_once>=2.0.1',
'django>=3.1.1,<4.0.0', 'django>=3.2.7,<4.0.0',
'django-bootstrap-form', 'django-bootstrap-form',
'django-registration>=3.1', 'django-registration>=3.1',
'django-sortedm2m', 'django-sortedm2m',