mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add aiofiles to dependencies list.
This commit is contained in:
parent
65815e509f
commit
013ee3d496
2 changed files with 11 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue