From c6007424462ea0a87d2bb4b70994f89c2aea4d25 Mon Sep 17 00:00:00 2001 From: John L <JohnLieske@users.noreply.github.com> Date: Mon, 29 Mar 2021 19:38:09 -0400 Subject: [PATCH] Add requirements.txt File (#19) 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 ansiblepartners@redhat.com Co-authored-by: John Lieske <johnlieske@thopter.nowhere.verse> --- requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e798627 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +units