Skip to content

Commit

Permalink
pyproject.toml: install borgstore directly from github
Browse files Browse the repository at this point in the history
There is no pypi release yet.
  • Loading branch information
ThomasWaldmann committed Aug 14, 2024
1 parent 10e2d50 commit 15b01f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ 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 @ https://github.com/borgbackup/borgstore/archive/0.0.1a2.zip",

]

[project.optional-dependencies]
Expand Down

0 comments on commit 15b01f0

Please sign in to comment.