mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
644 B
Plaintext
14 lines
644 B
Plaintext
4 years ago
|
# 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
|
||
|
# NOTE: resolvelib 0.x version bumps should be considered major/breaking
|
||
|
# NOTE: and we should update the upper cap with care, at least until 1.0
|
||
|
# NOTE: Ref: https://github.com/sarugaku/resolvelib/issues/69
|
||
|
resolvelib >= 0.5.3, < 0.6.0 # dependency resolver used by ansible-galaxy
|