From 234451a7d47bf200142680144e4ab6676a307f1d Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Wed, 2 Feb 2022 21:37:01 +1000 Subject: [PATCH] temporarily use django-esi MR --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 335ba2bd..c0b3f47a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ install_requires = [ 'sleekxmpp', 'pydiscourse', - 'django-esi>=3.0.0,<4.0.0' + 'django-esi @ git+https://gitlab.com/soratidus999/django-esi.git@py310', ] testing_extras = [