From 304a5fcc5e0817978a04127310185afe60b92f9f Mon Sep 17 00:00:00 2001 From: vilmibm Date: Sun, 13 Jan 2019 04:17:38 +0000 Subject: [PATCH] update pygit for new ubuntu --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26bea3b..b32f5bd 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( install_requires = ['Markdown==2.6.9', 'GitPython==2.1.5', 'click==6.7', - 'pygit2==0.24.1'], # matches current libgit2-dev version in ubuntu LTS + 'pygit2==0.27.1'], # matches current libgit2-dev version in ubuntu LTS entry_points = { 'console_scripts': [ 'wiki = tildewiki.main:main'