aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index c69d4d1..8c46c87 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -29,7 +29,7 @@ and then install `git-deps`:
In this case it should be enough to install libgit2 via your
distribution's packaging tool, e.g. on openSUSE:
- sudo zypper install libgit2-22
+ sudo zypper install libgit2-24
Then install `git-deps` which should also automatically install pygit2:
diff --git a/requirements.txt b/requirements.txt
index a78b6cd..94f02aa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
pip >= 10.0.1
-pygit2 >= 0.27.0
+pygit2 >= 0.24.0
flask