Skip to content

Commit 4514b95

Browse files
require borgstore 0.3.x
1 parent fa01a2d commit 4514b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ license = "BSD-3-Clause"
3030
license-files = ["LICENSE", "AUTHORS"]
3131
dependencies = [
3232
"borghash ~= 0.1.0",
33-
"borgstore @ git+https://github.com/borgbackup/borgstore.git@master", # temporary until there is a release
33+
"borgstore ~= 0.3.0",
3434
"msgpack >=1.0.3, <=1.1.0",
3535
"packaging",
3636
"platformdirs >=3.0.0, <5.0.0; sys_platform == 'darwin'", # for macOS: breaking changes in 3.0.0,

0 commit comments

Comments
 (0)