Merge pull request #1969 from all2ham/remove-upper-bound-multidict-pin

loosen pin on multidict, add higher upper bound to multidict requirement
This commit is contained in:
Ashley Sommer 2020-11-18 15:25:18 +10:00 committed by GitHub
commit ec10f337b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,13 +80,13 @@ requirements = [
ujson, ujson,
"aiofiles>=0.6.0", "aiofiles>=0.6.0",
"websockets>=8.1,<9.0", "websockets>=8.1,<9.0",
"multidict==5.0.0", "multidict>=5.0,<6.0",
"httpx==0.15.4", "httpx==0.15.4",
] ]
tests_require = [ tests_require = [
"pytest==5.2.1", "pytest==5.2.1",
"multidict==5.0.0", "multidict>=5.0,<6.0",
"gunicorn", "gunicorn",
"pytest-cov", "pytest-cov",
"httpcore==0.3.0", "httpcore==0.3.0",