Skip to content

chore: add gitlab_cloud_connector dependency

Nikola Milojevic requested to merge add-cloud-connector-package into main

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

Merge request reports

Loading