Pārlūkot izejas kodu

require borgstore 0.3.x

Thomas Waldmann 1 nedēļu atpakaļ
vecāks
revīzija
4514b957e4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -30,7 +30,7 @@ license = "BSD-3-Clause"
 license-files = ["LICENSE", "AUTHORS"]
 dependencies = [
   "borghash ~= 0.1.0",
-  "borgstore @ git+https://github.com/borgbackup/borgstore.git@master",  # temporary until there is a release
+  "borgstore ~= 0.3.0",
   "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,