From f953e6ab551465c009f22ccdef5539b28f90e27a Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 29 Jun 2020 14:10:43 -0400 Subject: [PATCH] Add execution environment metadata to AWX collection --- awx_collection/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 awx_collection/requirements.txt diff --git a/awx_collection/requirements.txt b/awx_collection/requirements.txt new file mode 100644 index 0000000000..37d1ffa1c6 --- /dev/null +++ b/awx_collection/requirements.txt @@ -0,0 +1,3 @@ +pytz # for tower_schedule_rrule lookup plugin +python-dateutil>=2.7.0 # tower_schedule_rrule +awxkit # For import and export modules \ No newline at end of file