Skip to content

Commit

Permalink
Added CLI as extra dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Aug 16, 2023
1 parent d0d0ff1 commit 5b17bd4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ proxy = [
i18n = [
"Babel~=2.12.1",
]
cli = [
"aiogram-cli~=1.0",
]
test = [
"pytest~=7.4.0",
"pytest-html~=3.2.0",
Expand Down Expand Up @@ -114,6 +117,7 @@ features = [
"redis",
"proxy",
"i18n",
"cli",
]
post-install-commands = [
"pre-commit install",
Expand All @@ -133,6 +137,7 @@ features = [
"proxy",
"i18n",
"docs",
"cli",
]
[tool.hatch.envs.docs.scripts]
serve = "sphinx-autobuild --watch aiogram/ --watch CHANGELOG.rst --watch README.rst docs/ docs/_build/ {args}"
Expand All @@ -146,9 +151,10 @@ features = [
"proxy",
"i18n",
"test",
"cli",
]
extra-dependencies = [
"butcher @ git+https://github.com/aiogram/butcher.git@v0.1.22"
"butcher @ git+https://github.com/aiogram/butcher.git@v0.1.22",
]

[tool.hatch.envs.dev.scripts]
Expand All @@ -165,6 +171,7 @@ features = [
"proxy",
"i18n",
"test",
"cli",
]

[tool.hatch.envs.test.scripts]
Expand Down

0 comments on commit 5b17bd4

Please sign in to comment.