From 8037e76dbee9bc7f667cf04c7eb3cb2dc5fea8e9 Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Sat, 23 Sep 2017 01:45:45 -0700 Subject: [PATCH] require GitPython --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c49fd15..26bea3b 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ setup( keywords='wiki', packages=['tildewiki'], 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 entry_points = {