diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 16:40:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 16:40:00 +0300 |
commit | fd9322893c3b30326c20737939a914c5f6806b8b (patch) | |
tree | 690395846bc0b5367e1b569e159eec7f0b5da053 | |
parent | examples/cgitize.toml: fix repository ID (diff) | |
download | cgitize-fd9322893c3b30326c20737939a914c5f6806b8b.tar.gz cgitize-fd9322893c3b30326c20737939a914c5f6806b8b.zip |
add dependency to python-gitlab to setup.cfg
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |