Skip to content
Snippets Groups Projects
Commit 9d22c4e5 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Added gitpython

parent bbae7912
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!70Issue 51
......@@ -36,7 +36,7 @@ before_script:
hivemind_build:
stage: build
script:
- pip3 install --user --upgrade pip setuptools
- pip3 install --user --upgrade pip setuptools gitpython
- git fetch --tags
- git tag -f ci_implicit_tag
- echo $PYTHONUSERBASE
......
......@@ -16,6 +16,7 @@ aiohttp = "*"
aiopg = "*"
"psycopg2-binary" = "*"
"diff-match-patch" = "*"
"gitpython" = "*"
[dev-packages]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment