Don't use aiofiles. It's anoying to install in docker

This commit is contained in:
2019-06-28 00:47:09 +02:00
parent acccacdff1
commit 84ff66becc
2 changed files with 3 additions and 4 deletions

View File

@@ -4,5 +4,5 @@
"documentation": "",
"dependencies": ["websocket_api", "http"],
"codeowners": [],
"requirements": ["aiofiles"]
"requirements": []
}