File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11dev
22
3+ - Support [ argcomplete 2.0.0] ( https://pypi.org/project/argcomplete/2.0.0 ) (#790 )
34- Include machinery to build a manpage for pipx with [ argparse-manpage] ( https://pypi.org/project/argparse-manpage/ ) .
45- Add better handling for 'app not found' when a single app is present in the project, and an improved error message (#733 )
56- Fixed animations sending output to stdout, which can break JSON output. (#769 )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ python_requires = >=3.6
3333install_requires =
3434 colorama>=0.4.4; sys_platform=="win32"
3535 userpath>=1.6.0
36- argcomplete>=1.9.4, <2.0
36+ argcomplete>=1.9.4
3737 packaging>=20.0
3838 importlib-metadata>=3.3.0; python_version < '3.8'
3939
You can’t perform that action at this time.
0 commit comments