-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #167 from freenowtech/UP-3933-fix-python-poetry-bo…
…m-gen Refactoring on python deps generation
- Loading branch information
Showing
7 changed files
with
69 additions
and
55 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
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 |
---|---|---|
|
@@ -43,7 +43,19 @@ This plugin requires the below dependencies to be executed locally: | |
```bash | ||
brew install [email protected] | ||
``` | ||
* Poetry | ||
* pipx - Install and Run Python Applications in Isolated Environments | ||
```bash | ||
python -m pip install poetry==1.1.7 | ||
brew install pipx | ||
pipx ensurepath | ||
``` | ||
|
||
* Poetry and Poetry Export Plugin | ||
```bash | ||
pipx install poetry | ||
pipx inject poetry poetry-plugin-export | ||
``` | ||
|
||
* CycloneDX Python SBOM Generation Tool | ||
```bash | ||
pipx install cyclonedx-bom | ||
``` |
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
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
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
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
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