From cf47156498b1456a649837d43f977157b054b97b Mon Sep 17 00:00:00 2001 From: Stefan Wallentowitz Date: Thu, 1 Jun 2017 16:57:54 +0200 Subject: [PATCH] Add PyGithub dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0132217..374c052 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['docker', 'pyaml'], + install_requires=['docker', 'pyaml', 'PyGithub'], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax,