Skip to content

Commit

Permalink
Merge pull request #1969 from all2ham/remove-upper-bound-multidict-pin
Browse files Browse the repository at this point in the history
loosen pin on multidict, add higher upper bound to multidict requirement
  • Loading branch information
ashleysommer authored Nov 18, 2020
2 parents b4fe2c8 + d0f0e73 commit ec10f33
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,<6.0",
"httpx==0.15.4",
]

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

0 comments on commit ec10f33

Please sign in to comment.