Add missing python-gitlab dependency

This was first introduced in 5fd982bf00.
This commit is contained in:
Carl George 2023-09-01 23:25:48 -05:00
parent bcb8595f04
commit 248917149b

View file

@ -13,6 +13,7 @@ setup(
install_requires=[ install_requires=[
'cryptography', 'cryptography',
'GitPython', 'GitPython',
'python-gitlab',
'pycurl', 'pycurl',
'rpkg', 'rpkg',
'six', 'six',