Fix tox requirement install dependency problems in 19.12LTS

Remove old chardet requirement, add in our hard multidict requirement
This commit is contained in:
Ashley Sommer 2021-02-16 09:58:15 +10:00
parent 468f4ac7f1
commit f2d91bd4d2

View File

@ -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