From 75b5b288044bc6f0ed2f93faaed5bfef2b1c150e Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Sun, 20 Feb 2022 23:24:26 +1000 Subject: [PATCH] use Django-ESI 4.0.0a1, instead of Ariels branch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc73c746..4cf476b6 100644 --- a/setup.py +++ b/setup.py @@ -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 = [