mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Rollback removed dependencies
This commit is contained in:
parent
f16c6213e1
commit
50d26de3d5
1 changed files with 21 additions and 0 deletions
|
|
@ -41,6 +41,27 @@ magic-filter = "^1.0.7"
|
|||
aiohttp = "^3.8.1"
|
||||
pydantic = "^1.9.1"
|
||||
aiofiles = "^0.8.0"
|
||||
# Fast
|
||||
uvloop = { version = "^0.16.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true }
|
||||
# i18n
|
||||
Babel = { version = "^2.9.1", optional = true }
|
||||
# Proxy
|
||||
aiohttp-socks = { version = "^0.7.1", optional = true }
|
||||
# Redis
|
||||
redis = {version = "^4.3.3", optional = true}
|
||||
# Docs
|
||||
Sphinx = { version = "^4.2.0", optional = true }
|
||||
sphinx-intl = {version = "^2.0.1", optional = true}
|
||||
sphinx-autobuild = { version = "^2021.3.14", optional = true }
|
||||
sphinx-copybutton = { version = "^0.5.0", optional = true }
|
||||
furo = {version = "^2022.6.21", optional = true}
|
||||
sphinx-prompt = { version = "^1.5.0", optional = true }
|
||||
Sphinx-Substitution-Extensions = { version = "^2020.9.30", optional = true }
|
||||
towncrier = { version = "^21.9.0", optional = true }
|
||||
pygments = { version = "^2.4", optional = true }
|
||||
pymdown-extensions = {version = "^9.5", optional = true}
|
||||
markdown-include = { version = "^0.6", optional = true }
|
||||
Pygments = {version = "^2.12.0", optional = true}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^22.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue