Skip to content

Commit

Permalink
Update all dependencies and remove requirements.txt (#72)
Browse files Browse the repository at this point in the history
* Update all dependencies
* Remove the unneeded requirements.txt file

---------

Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
Co-authored-by: Webb Scales <wscales@redhat.com>
  • Loading branch information
redhat-renovate-bot and webbnh committed Jul 19, 2024
1 parent 6b83211 commit da92c9e
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 479 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

This is a simple plugin that collects all data from ansible-facts and outputs it.

Run by creating a venv with the requirements.txt, then executing the following command:
Install via Poetry:
```
python3 -m poetry install --without dev
```
Run by executing the following command:
```
python3 metadata_plugin.py
```
Expand Down
Loading

0 comments on commit da92c9e

Please sign in to comment.