Skip to content

Commit

Permalink
Add requests-async as a hard requirement. See #1592
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed May 27, 2019
1 parent e36f398 commit af72eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def open_local(paths, mode="r", encoding="utf8"):
"aiofiles>=0.3.0",
"websockets>=6.0,<7.0",
"multidict>=4.0,<5.0",
"requests-async==0.5.0",
]

tests_require = [
Expand All @@ -90,7 +91,6 @@ def open_local(paths, mode="r", encoding="utf8"):
"gunicorn",
"pytest-cov",
"httpcore==0.3.0",
"requests-async==0.5.0",
"beautifulsoup4",
uvloop,
ujson,
Expand Down

0 comments on commit af72eef

Please sign in to comment.