Skip to content

Commit

Permalink
add missing yaml dependency for cis_notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingatoll committed Jul 22, 2021
1 parent 434d39f commit 20ef7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-modules/cis_notifications/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup_requirements = ["pytest-runner", "setuptools>=40.5.0"]

test_requirements = ["pytest", "pytest-watch", "pytest-cov", "patch", "mock", "flake8", "moto"]
test_requirements = ["pytest", "pytest-watch", "pytest-cov", "patch", "mock", "flake8", "moto", "PyYAML"]

extras = {"test": test_requirements}

Expand Down

0 comments on commit 20ef7e9

Please sign in to comment.