1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 05:35:58 +00:00

Merge pull request #8360 from ThomasWaldmann/borgstore-requirement

require borgstore~=0.0.1
This commit is contained in:
TW 2024-09-09 02:13:16 +02:00 committed by GitHub
commit 275dabbc23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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]