Add extra requirements

This commit is contained in:
Alex Root Junior 2020-06-15 02:30:31 +03:00
parent f68960ca87
commit b1af865ff9
2 changed files with 3 additions and 0 deletions

View file

@ -10,3 +10,5 @@ python:
install:
- method: pip
path: .
extra_requirements:
- docs

View file

@ -77,6 +77,7 @@ sphinx-rtd-theme = "^0.4.3"
[tool.poetry.extras]
fast = ["uvloop"]
proxy = ["aiohttp-socks"]
docs = ['sphinx-intl', 'typing-extensions']
[tool.black]
line-length = 99