aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 16:40:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 16:40:00 +0300
commitfd9322893c3b30326c20737939a914c5f6806b8b (patch)
tree690395846bc0b5367e1b569e159eec7f0b5da053
parentexamples/cgitize.toml: fix repository ID (diff)
downloadcgitize-fd9322893c3b30326c20737939a914c5f6806b8b.tar.gz
cgitize-fd9322893c3b30326c20737939a914c5f6806b8b.zip
add dependency to python-gitlab to setup.cfg
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
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