remove upper bound for multidict
This commit is contained in:
parent
b4fe2c8a6b
commit
d0f0e73e96
4
setup.py
4
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user