Add aiofiles to dependencies list.

This commit is contained in:
jrootjunior 2019-11-15 14:09:05 +02:00
parent 65815e509f
commit 013ee3d496
2 changed files with 11 additions and 1 deletions

View file

@ -15,6 +15,7 @@ aiohttp = "^3.6"
pydantic = "^1.1"
Babel = "^2.7"
pytest-cov = "^2.8"
aiofiles = "^0.4.0"
[tool.poetry.dev-dependencies]
black = {version = "^18.3-alpha.0", allows-prereleases = true}