diff options
author | Adam Spiers <git@adamspiers.org> | 2018-05-15 17:29:17 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2018-05-15 17:29:17 +0100 |
commit | 22b15bb3256cb33d7802bfdfd79027111743d78a (patch) | |
tree | 432bc55799004acaca5b2a27aa490d12d7b5fed0 /requirements.txt | |
parent | c34110686f2e27c387edbb8086ed2828f72a0550 (diff) | |
download | git-deps-22b15bb3256cb33d7802bfdfd79027111743d78a.tar.gz |
update to newer pygit2
Probably excessive but let's try it for now.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index dfa9b99..dc78b65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pygit2>=0.22.1 +pygit2 >= 0.27.0 flask |