Skip to content

Commit

Permalink
setup.py: Add dependency for ansible plugin
Browse files Browse the repository at this point in the history
Add cryptography distribution. Without it, ansible plugin setup
will fail.

Signed-off-by: Sebastian Mitterle <[email protected]>
  • Loading branch information
smitterl committed Jul 25, 2023
1 parent ef20b85 commit f42ab2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jsonschema==3.2.0

# For ansible plugin nested dep, compatible with Python 3.6
setuptools_rust==1.1.2

# For ansible plugin nested dep
cryptography==41.0.2

0 comments on commit f42ab2e

Please sign in to comment.