summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMatt Davis <nitzmahone@users.noreply.github.com>2020-05-26 09:42:06 -0700
committerGitHub <noreply@github.com>2020-05-26 09:42:06 -0700
commitf7dfa817ae6542509e0c6eb437ea7bcc51242ca2 (patch)
tree54279745ec63a4da6de54a59a18041d6de76b072 /requirements.txt
parentfdfa6fec75da14d7e145eccf7c092fba684ee1e2 (diff)
downloadansible-f7dfa817ae6542509e0c6eb437ea7bcc51242ca2.tar.gz
collection routing (#67684)
* `meta/` directory in collections * runtime metadata for redirection/deprecation/removal of plugin loads * a compatibility layer to keep existing content working on ansible-base + collections * a Python import redirection layer to keep collections-hosted (and otherwise moved) content importable by things that don't know better * supported Ansible version validation on collection loads
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 2b77e2f880..44689bb54e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,3 +6,4 @@
jinja2
PyYAML
cryptography
+packaging