Skip to content

Commit 102e028

Browse files
committed
!squash fix build
1 parent a421f8d commit 102e028

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

poetry.lock

+12-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ python = "^3.7"
4949
libtmux = "~0.15.8"
5050
colorama = ">=0.3.9"
5151
PyYAML = "^6.0"
52+
argcomplete = { version = "^2.0.0", optional = true }
5253

5354
[tool.poetry.dev-dependencies]
5455
### Docs ###
@@ -98,6 +99,7 @@ types-PyYAML = "*"
9899
importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
99100

100101
[tool.poetry.extras]
102+
completion = ["argcomplete"]
101103
docs = [
102104
"docutils",
103105
"sphinx",
@@ -127,9 +129,6 @@ lint = [
127129
"types-PyYAML",
128130
]
129131

130-
[tool.poetry.group.completion.dependencies]
131-
argcomplete = { version = "^2.0.0", optional = true }
132-
133132
[tool.coverage.run]
134133
branch = true
135134
source = [

0 commit comments

Comments
 (0)