mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Change dependencies
This commit is contained in:
parent
0de0e2b6ba
commit
b191122db7
2 changed files with 28 additions and 25 deletions
|
|
@ -90,20 +90,7 @@ docs = [
|
|||
"Pygments~=2.13.0",
|
||||
"sphinxcontrib-towncrier~=0.3.1a3",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://aiogram.dev/"
|
||||
Documentation = "https://docs.aiogram.dev/"
|
||||
Repository = "https://github.com/aiogram/aiogram/"
|
||||
|
||||
[tool.hatch.envs.default]
|
||||
features = [
|
||||
"fast",
|
||||
"redis",
|
||||
"proxy",
|
||||
"i18n",
|
||||
]
|
||||
dependencies = [
|
||||
dev = [
|
||||
"black~=22.8",
|
||||
"isort~=5.11",
|
||||
"ruff~=0.0.215",
|
||||
|
|
@ -113,6 +100,20 @@ dependencies = [
|
|||
"packaging~=21.3",
|
||||
"typing-extensions~=4.3.0",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://aiogram.dev/"
|
||||
Documentation = "https://docs.aiogram.dev/"
|
||||
Repository = "https://github.com/aiogram/aiogram/"
|
||||
|
||||
[tool.hatch.envs.default]
|
||||
features = [
|
||||
"dev",
|
||||
"fast",
|
||||
"redis",
|
||||
"proxy",
|
||||
"i18n",
|
||||
]
|
||||
post-install-commands = [
|
||||
"pre-commit install",
|
||||
]
|
||||
|
|
@ -138,6 +139,7 @@ serve = "sphinx-autobuild --watch aiogram/ --watch CHANGELOG.rst --watch README.
|
|||
[tool.hatch.envs.dev]
|
||||
python = "3.10"
|
||||
features = [
|
||||
"dev",
|
||||
"fast",
|
||||
"redis",
|
||||
"proxy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue