From fd9322893c3b30326c20737939a914c5f6806b8b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 16 Oct 2021 16:40:00 +0300 Subject: add dependency to python-gitlab to setup.cfg --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 31cf917..1052c62 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,7 @@ classifiers = install_requires = atlassian-python-api ~= 3.0 PyGithub ~= 1.0 + python-gitlab ~= 2.0 tomli ~= 1.0 packages = find: python_requires = >=3.6 -- cgit v1.2.3