Skip to content

Commit

Permalink
fix: add missing python requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
karras committed Nov 9, 2023
1 parent 54e94e2 commit ca4e825
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# At least Ansible 2.12 is needed due to used features like 'argument_specs'
ansible>=2.12

# Required for testing
ansible-lint[yamllint]
molecule
molecule-plugins[docker]

0 comments on commit ca4e825

Please sign in to comment.