mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 23:10:15 +02:00
Merge branch 'future' into 'master'
Remove Future dependency Closes #1242 See merge request allianceauth/allianceauth!1223
This commit is contained in:
commit
59b983edcc
3
setup.py
3
setup.py
@ -18,9 +18,8 @@ install_requires = [
|
|||||||
'semantic_version',
|
'semantic_version',
|
||||||
'packaging>=20.1,<21',
|
'packaging>=20.1,<21',
|
||||||
|
|
||||||
'future',
|
|
||||||
'redis>=3.3.1,<4.0.0',
|
'redis>=3.3.1,<4.0.0',
|
||||||
'celery>=4.3.0,<5.0.0',
|
'celery>=4.3.0,<5.0.0,!=4.4.4', # 4.4.4 is missing a dependency
|
||||||
'celery_once',
|
'celery_once',
|
||||||
|
|
||||||
'django>=2.2.1,<3.0',
|
'django>=2.2.1,<3.0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user