mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 21:40:17 +02:00
Django support for Python 3.10 was added to django 3.2.9, missed this in MR !1367
This commit is contained in:
parent
e88e11b9ba
commit
0dfd0ad4b0
2
setup.py
2
setup.py
@ -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.2.8,<4.0.0',
|
'django>=3.2.9,<4.0.0',
|
||||||
'django-bootstrap-form',
|
'django-bootstrap-form',
|
||||||
'django-registration>=3.1',
|
'django-registration>=3.1',
|
||||||
'django-sortedm2m',
|
'django-sortedm2m',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user