1
0
Fork 0
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:
Thomas Waldmann 2024-09-09 00:44:16 +02:00
parent ea08e49210
commit 46878c3bd8
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -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]