From 248917149bf43038946da1e17e52329fcc5e1881 Mon Sep 17 00:00:00 2001 From: Carl George Date: Sep 02 2023 04:29:30 +0000 Subject: Add missing python-gitlab dependency This was first introduced in 5fd982bf002697c81e3d07246baaecc3da59df6d. --- diff --git a/setup.py b/setup.py index 72c340e..1b99107 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ setup( install_requires=[ 'cryptography', 'GitPython', + 'python-gitlab', 'pycurl', 'rpkg', 'six',