mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Make speedups extras [fast] will install uvloop
This commit is contained in:
parent
a1d74a91b7
commit
71def6449f
3 changed files with 17 additions and 3 deletions
|
|
@ -26,6 +26,7 @@ aiohttp = "^3.6"
|
|||
pydantic = "^1.1"
|
||||
Babel = "^2.7"
|
||||
aiofiles = "^0.4.0"
|
||||
uvloop = {version = "^0.14.0", optional = true}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
uvloop = "^0.14.0"
|
||||
|
|
@ -50,6 +51,9 @@ pymdown-extensions = "^6.1"
|
|||
lxml = "^4.4"
|
||||
ipython = "^7.9"
|
||||
|
||||
[tool.poetry.extras]
|
||||
fast = ["uvloop"]
|
||||
|
||||
[tool.black]
|
||||
line-length = 99
|
||||
target-version = ['py37', 'py38']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue