bump up aiofile version constraint (#1967)

This commit is contained in:
7 2020-11-05 22:32:04 -08:00 committed by GitHub
parent 33da0771d1
commit b4fe2c8a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ requirements = [
"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",