mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add extra requirements
This commit is contained in:
parent
f68960ca87
commit
b1af865ff9
2 changed files with 3 additions and 0 deletions
|
|
@ -10,3 +10,5 @@ python:
|
|||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue