Skip to content

Commit

Permalink
remove upper bound for multidict
Browse files Browse the repository at this point in the history
  • Loading branch information
allandialpad committed Nov 16, 2020
1 parent b4fe2c8 commit 2379ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ def open_local(paths, mode="r", encoding="utf8"):
ujson,
"aiofiles>=0.6.0",
"websockets>=8.1,<9.0",
"multidict==5.0.0",
"multidict>=5.0.0",
"httpx==0.15.4",
]

tests_require = [
"pytest==5.2.1",
"multidict==5.0.0",
"multidict>=5.0.0",
"gunicorn",
"pytest-cov",
"httpcore==0.3.0",
Expand Down

0 comments on commit 2379ee2

Please sign in to comment.