diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 11:27:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 11:27:19 +0300 |
commit | eae0befa36d3849c3986794d81fc9661f10d999c (patch) | |
tree | 2125ae6724f13e4d9a6668a8b775184caa5ebd13 /requirements.txt | |
parent | examples/cgitize.toml: add Gitlab sections (diff) | |
download | cgitize-eae0befa36d3849c3986794d81fc9661f10d999c.tar.gz cgitize-eae0befa36d3849c3986794d81fc9661f10d999c.zip |
add Gitlab API module to requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 2f187d9..c3a9253 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,8 +9,10 @@ pycparser==2.20 PyGithub==1.55 PyJWT==2.1.0 PyNaCl==1.4.0 +python-gitlab==2.10.1 requests==2.26.0 requests-oauthlib==1.3.0 +requests-toolbelt==0.9.1 six==1.16.0 tomli==1.2.0 urllib3==1.26.6 |