mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
jsonargparse: pull from pypi, fixes #9460
This commit is contained in:
parent
a32d9724f0
commit
2f99890487
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ dependencies = [
|
|||
"shtab>=1.8.0",
|
||||
"backports-zstd; python_version < '3.14'", # for python < 3.14.
|
||||
"xxhash>=2.0.0",
|
||||
"jsonargparse @ https://github.com/omni-us/jsonargparse/zipball/main", # pull it from there until it is on pypi
|
||||
"jsonargparse>=4.47.0",
|
||||
"PyYAML>=6.0.2", # we need to register our types with yaml, jsonargparse uses yaml for config files
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue