chore: add gitlab_cloud_connector dependency
What does this merge request do and why?
This MR adds the dependency to the gitLab-cloud-connector PyPi package
Related to: Integrate gitlab-cloud-connector pip python pac... (#689 - closed)
How to set up and validate locally
> poetry install
> poetry shell
> python
>>> import gitlab_cloud_connector
>>> print(gitlab_cloud_connector.__version__)
> 0.1.1
Merge request checklist
-
Tests added for new functionality. If not, please raise an issue to follow up. -
Documentation added/updated, if needed.
Edited by Nikola Milojevic