Skip to content

Commit

Permalink
Add a requirements file
Browse files Browse the repository at this point in the history
This PR is a follow up to an email sent to the maintainers of this certified collection notifying them of a few new changes that will be needed for the next Ansible Automation Platform release. Contained in this PR is an example python requirements file built specifically for your collection. You can elect to merge this as is and edit as needed or close the PR and use it as an example to base your own commit off of. if you have any questions about why this PR was sent or confused about its necessity, please don't hesitate to ask in the comments here or email us at [email protected]
  • Loading branch information
anshulbehl authored and lhercot committed Apr 9, 2021
1 parent d00b2be commit 48a36bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
lxml
cryptography
pyOpenSSL
python_dateutil
xmljson

0 comments on commit 48a36bf

Please sign in to comment.