Django support for Python 3.10 was added to django 3.2.9, missed this in MR !1367

This commit is contained in:
Ariel Rin 2021-11-28 15:17:53 +00:00
parent e88e11b9ba
commit 0dfd0ad4b0

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_once>=2.0.1',
'django>=3.2.8,<4.0.0',
'django>=3.2.9,<4.0.0',
'django-bootstrap-form',
'django-registration>=3.1',
'django-sortedm2m',