Skip to content

Commit 728e15c

Browse files
committed
install most recent argcomplete for extra
I don't see any reason to limit ourselves to argcomplete 2. Signed-off-by: Kevin Locke <[email protected]>
1 parent e8e7b96 commit 728e15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ console_scripts =
6464
# https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies
6565
[options.extras_require]
6666
argcomplete =
67-
argcomplete ~= 2.0
67+
argcomplete
6868

6969
[options.packages.find]
7070
exclude =

0 commit comments

Comments
 (0)