From f2d91bd4d2f8b53c79d8c864dedaf562d0973631 Mon Sep 17 00:00:00 2001 From: Ashley Sommer Date: Tue, 16 Feb 2021 09:58:15 +1000 Subject: [PATCH] Fix tox requirement install dependency problems in 19.12LTS Remove old chardet requirement, add in our hard multidict requirement --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d4ed4cb6..0af36be6 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ deps = pytest-sugar httpcore==0.3.0 httpx==0.9.3 - chardet<=2.3.0 + multidict==5.0.0 beautifulsoup4 gunicorn pytest-benchmark