Merge branch 'feature/gitlab_ci_config' into 'master'
Add config for gitlab-ci See merge request !19
No related branches found
No related tags found
.gitlab-ci.yml
0 → 100644
appdirs==1.4.4 | appdirs==1.4.4 | ||
backports.entry-points-selectable==1.1.1 | backports.entry-points-selectable==1.1.1 | ||
bleach==4.1.0 | |||
build==0.7.0 | build==0.7.0 | ||
certifi==2021.10.8 | certifi==2021.10.8 | ||
chardet==4.0.0 | chardet==4.0.0 | ||
charset-normalizer==2.0.12 | charset-normalizer==2.0.12 | ||
check-manifest==0.47 | check-manifest==0.47 | ||
devpi-client==5.2.3 | colorama==0.4.4 | ||
devpi-common==3.6.0 | |||
distlib==0.3.4 | distlib==0.3.4 | ||
docutils==0.18.1 | |||
filelock==3.6.0 | filelock==3.6.0 | ||
flake8==4.0.1 | flake8==4.0.1 | ||
grpcio==1.43.0 | grpcio==1.43.0 | ||
grpcio-tools==1.43.0 | grpcio-tools==1.43.0 | ||
idna==3.3 | idna==3.3 | ||
importlib-metadata==4.11.2 | importlib-metadata==4.11.2 | ||
keyring==23.5.0 | |||
lazy==1.4 | lazy==1.4 | ||
mccabe==0.6.1 | mccabe==0.6.1 | ||
packaging==21.3 | packaging==21.3 | ||
... | @@ -25,13 +27,20 @@ protobuf==3.19.4 | ... | @@ -25,13 +27,20 @@ protobuf==3.19.4 |
py==1.11.0 | py==1.11.0 | ||
pycodestyle==2.8.0 | pycodestyle==2.8.0 | ||
pyflakes==2.4.0 | pyflakes==2.4.0 | ||
Pygments==2.11.2 | |||
pyparsing==3.0.7 | pyparsing==3.0.7 | ||
readme-renderer==34.0 | |||
requests==2.27.1 | requests==2.27.1 | ||
requests-toolbelt==0.9.1 | |||
rfc3986==2.0.0 | |||
six==1.16.0 | six==1.16.0 | ||
toml==0.10.2 | toml==0.10.2 | ||
tomli==2.0.1 | tomli==2.0.1 | ||
tox==3.24.5 | tox==3.24.5 | ||
tqdm==4.63.0 | |||
twine==3.8.0 | |||
typing_extensions==4.1.1 | typing_extensions==4.1.1 | ||
urllib3==1.26.8 | urllib3==1.26.8 | ||
virtualenv==20.13.2 | virtualenv==20.13.2 | ||
webencodings==0.5.1 | |||
zipp==3.7.0 | zipp==3.7.0 |
Please register or sign in to comment