mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge branch 'dev-3.x-sphinx' into dev-3.x-api-5.0
# Conflicts: # aiogram/client/bot.py # poetry.lock # pyproject.toml
This commit is contained in:
commit
9539c4e2fd
206 changed files with 6420 additions and 242 deletions
|
|
@ -40,6 +40,7 @@ aiofiles = "^0.4.0"
|
|||
uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true}
|
||||
async_lru = "^1.0"
|
||||
aiohttp-socks = {version = "^0.3.8", optional = true}
|
||||
typing-extensions = {version = "^3.7.4", python = "<3.8"}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'"}
|
||||
|
|
@ -70,6 +71,11 @@ packaging = "^20.3"
|
|||
typing-extensions = "^3.7.4"
|
||||
poetry = "^1.0.5"
|
||||
furo = "^2020.11.15-beta.17"
|
||||
sphinx = "^3.1.0"
|
||||
sphinx-intl = "^2.0.1"
|
||||
sphinx-reload = "^0.2.0"
|
||||
sphinx-rtd-theme = "^0.4.3"
|
||||
Sphinx-Substitution-Extensions = "^2020.5.30"
|
||||
|
||||
[tool.poetry.extras]
|
||||
fast = ["uvloop"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue