mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 15:57:15 +00:00
require borgstore ~= 0.0.1
so we can do borgstore releases: - 0.0.x == compatible fixes, would match - 0.1.0 could be incompatible changes, would not match
This commit is contained in:
parent
ea08e49210
commit
46878c3bd8
1 changed files with 1 additions and 2 deletions
|
@ -30,13 +30,12 @@ classifiers = [
|
|||
]
|
||||
license = {text="BSD"}
|
||||
dependencies = [
|
||||
"borgstore ~= 0.0.1",
|
||||
"msgpack >=1.0.3, <=1.1.0",
|
||||
"packaging",
|
||||
"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",
|
||||
"borgstore",
|
||||
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
Loading…
Reference in a new issue