From bfcdfea6c855d8b21e1dfc214e44e75fec45f837 Mon Sep 17 00:00:00 2001 From: colcrunch Date: Tue, 1 Dec 2020 17:17:55 -0500 Subject: [PATCH] Update minimum django-esi version to ensure support for `user-agent` header. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e58e7591..94e6d473 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ install_requires = [ 'sleekxmpp', 'pydiscourse', - 'django-esi>=1.5,<3.0' + 'django-esi>=2.0.4,<3.0' ] testing_extras = [