mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-12 13:42:13 -04:00
shtab: require >= 1.8.0
in 1.7.x, zsh completions were still broken, 1.8.0 fixed that.
This commit is contained in:
parent
1b9779b4f3
commit
8646c4e045
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ dependencies = [
|
|||
"platformdirs >=3.0.0, <5.0.0; sys_platform == 'darwin'", # for macOS: breaking changes in 3.0.0.
|
||||
"platformdirs >=2.6.0, <5.0.0; sys_platform != 'darwin'", # for others: 2.6+ works consistently.
|
||||
"argon2-cffi",
|
||||
"shtab>=1.7.0",
|
||||
"shtab>=1.8.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue