f7dfa817ae
* `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
9 lines
361 B
Text
9 lines
361 B
Text
# Note: this requirements.txt file is used to specify what dependencies are
|
|
# needed to make the package run rather than for deployment of a tested set of
|
|
# packages. Thus, this should be the loosest set possible (only required
|
|
# packages, not optional ones, and with the widest range of versions that could
|
|
# be suitable)
|
|
jinja2
|
|
PyYAML
|
|
cryptography
|
|
packaging
|