-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new file and updated the version of pypi module
- Loading branch information
Andrei Rudchenko
committed
Jan 21, 2025
1 parent
09957c8
commit 936da8c
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Qubership cloud-passport-cli | ||
|
||
--- | ||
|
||
Open-source python library of clients used by Qubership Cloud passport module. | ||
|
||
## Installation | ||
|
||
--- | ||
|
||
- Add the following section to your dependencies to add Qubership library as a dependency in your project (you can use any version starting from 2.3.4): | ||
``` | ||
[tool.poetry.dependencies] | ||
qubership-cloud-passport-cli = "2.3.4" | ||
``` | ||
- Or you can install it via `pip`: | ||
``` | ||
qubership-cloud-passport-cli = "2.3.4" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters