aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b1eed87..fe3ce2d 100755
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(name="mgarepo",
["bash-completion/mgarepo"]),
("/etc/", ["mgarepo.conf"]),
("share/man/man8/", ["mgarepo.8"])],
- install_requires=['PyGithub>=1.26.0', 'httplib2', 'rpm-python']
+ install_requires=['PyGithub>=1.27.1', 'httplib2', 'rpm-python']
)
# vim:ts=4:sw=4:et