ansible>=2.4.0.0
pbr>=1.10.0
requests>=2.20.0
certifi>=2017.4.17
zhmcclient>=0.20.0
cryptography>=3.2
packaging>=20.0
PyYAML>=5.1.2
bcrypt>=3.2.0

[:(python_version <= '3.5')]
cryptography<3.1,>=3.0
bcrypt<3.2.0,>=3.0.0

[:(python_version == '2.7')]
PyYAML>=5.1

[:(python_version == '3.4')]
PyYAML<5.3,>=5.1

[:(python_version >= '3.5' and python_version <= '3.7')]
PyYAML>=5.1
