diff options
author | Matt Davis <nitzmahone@users.noreply.github.com> | 2020-05-26 18:42:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 18:42:06 +0200 |
commit | f7dfa817ae6542509e0c6eb437ea7bcc51242ca2 (patch) | |
tree | 54279745ec63a4da6de54a59a18041d6de76b072 /requirements.txt | |
parent | Module Find returns empty list when setting path to "/" and depth to 1 (#69650) (diff) | |
download | ansible-f7dfa817ae6542509e0c6eb437ea7bcc51242ca2.tar.xz ansible-f7dfa817ae6542509e0c6eb437ea7bcc51242ca2.zip |
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.txt | 1 |
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 |