Make speedups extras [fast] will install uvloop

This commit is contained in:
Alex Root Junior 2019-11-20 01:32:15 +02:00
parent a1d74a91b7
commit 71def6449f
3 changed files with 17 additions and 3 deletions

View file

@ -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']