From 6867c689a397d863365daea4598a20a54d566100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Fri, 22 Jul 2016 13:20:07 +0200 Subject: add dependency on PyGithub>=1.26.0 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7d8d985..f9195b1 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,8 @@ setup(name="mgarepo", ("share/bash-completion/completions", ["bash-completion/mgarepo"]), ("/etc/", ["mgarepo.conf"]), - ("share/man/man8/", ["mgarepo.8"])] + ("share/man/man8/", ["mgarepo.8"])], + install_requires=['PyGithub>=1.26.0'] ) # vim:ts=4:sw=4:et -- cgit v1.2.1