Skip to content

Commit

Permalink
bump up aiofile version constraint (#1967)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunstanford authored Nov 6, 2020
1 parent 33da077 commit b4fe2c8
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 @@ -78,7 +78,7 @@ def open_local(paths, mode="r", encoding="utf8"):
"httptools>=0.0.10",
uvloop,
ujson,
"aiofiles>=0.3.0",
"aiofiles>=0.6.0",
"websockets>=8.1,<9.0",
"multidict==5.0.0",
"httpx==0.15.4",
Expand Down

0 comments on commit b4fe2c8

Please sign in to comment.