use Django-ESI 4.0.0a1, instead of Ariels branch

This commit is contained in:
Ariel Rin 2022-02-20 23:24:26 +10:00
parent f81a2ed237
commit 75b5b28804

View File

@ -33,7 +33,7 @@ install_requires = [
'slixmpp',
'pydiscourse',
'django-esi @ git+https://gitlab.com/soratidus999/django-esi.git@py310',
'django-esi>=4.0.0a1'
]
testing_extras = [