Skip to content

Commit

Permalink
Support argcomplete v2 (wntrblm#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jan 20, 2022
1 parent c459e48 commit 17a6a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-conda-test.txt
@@ -1,4 +1,4 @@
argcomplete >=1.9.4,<2.0
argcomplete >=1.9.4,<3.0
colorlog >=2.6.1,<7.0.0
jinja2
py >=1.4.0,<2.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -37,7 +37,7 @@ project_urls =
packages =
nox
install_requires =
argcomplete>=1.9.4,<2.0
argcomplete>=1.9.4,<3.0
colorlog>=2.6.1,<7.0.0
packaging>=20.9
py>=1.4.0,<2.0.0
Expand Down

0 comments on commit 17a6a15

Please sign in to comment.