Jelajahi Sumber

require borgstore 0.3.x

Thomas Waldmann 1 Minggu lalu
induk
melakukan
4514b957e4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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,