Skip to content

Commit

Permalink
[inventory][fix] fix policy gen requirements (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias authored Feb 27, 2024
1 parent 2393592 commit a497b4f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions plugins/aws/tools/awspolicygen/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# test dependencies
pytest==7.3.1
pytest-cov==4.0.0
flake8==6.0.0
black==23.3.0
pytest
pytest-cov
flake8
black
2 changes: 1 addition & 1 deletion plugins/aws/tools/awspolicygen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ boto3
requests
python-magic
pyyaml
fix-plugin-aws
fixinventory-plugin-aws
8 changes: 4 additions & 4 deletions plugins/gcp/tools/gcppolicygen/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# test dependencies
pytest==7.3.1
pytest-cov==4.0.0
flake8==6.0.0
black==23.3.0
pytest
pytest-cov
flake8
black
2 changes: 1 addition & 1 deletion plugins/gcp/tools/gcppolicygen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ boto3
requests
python-magic
pyyaml
fix-plugin-gcp
fixinventory-plugin-gcp

0 comments on commit a497b4f

Please sign in to comment.