2017-02-15 06:58:09 -08:00
|
|
|
# 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)
|
2025-03-19 17:21:26 -07:00
|
|
|
jinja2 >= 3.1.0 # Jinja2 native macro support fixed in 3.1.0
|
2022-06-07 12:26:56 -04:00
|
|
|
PyYAML >= 5.1 # PyYAML 5.1 is required for Python 3.8+ support
|
2017-06-27 06:00:15 -07:00
|
|
|
cryptography
|
2020-05-26 09:42:06 -07:00
|
|
|
packaging
|
2021-01-27 22:23:22 +01:00
|
|
|
# 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
|
2022-06-07 09:49:43 -04:00
|
|
|
# NOTE: When updating the upper bound, also update the latest version used
|
|
|
|
|
# NOTE: in the ansible-galaxy-collection test suite.
|
2025-10-13 12:32:39 -07:00
|
|
|
resolvelib >= 0.8.0, < 2.0.0 # dependency resolver used by ansible-galaxy
|