require GitPython

master
nathaniel smith 2017-09-23 01:45:45 -07:00
parent 9343e83220
commit 8037e76dbe
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {