Skip to content

Commit

Permalink
require borgstore~=0.0.1
Browse files Browse the repository at this point in the history
so we can do borgstore releases:
0.0.x == compatible fixes, would match
0.1.0 could be incompatible changes, would not match
  • Loading branch information
ThomasWaldmann committed Sep 8, 2024
1 parent ea08e49 commit 8e2ecaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"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",
"borgstore~=0.0.1",

]

Expand Down

0 comments on commit 8e2ecaf

Please sign in to comment.