# ansible must not have a version specifier here because we support multiple
# but we also can't just install ansible, because we either want ansible or ansible-base
# depending on which version we're targeting
# ansible
# ansible-base
boto3

# apache|bsd
# used to generate EC2 keypair fingerprints locally on the controller
# version gated because of breaking backwards compatibility
cryptography<3.0        ; python_version <= "2.7"
cryptography>=3.0,<37.0 ; python_version > "2.7" and python_version <= "3.6"
cryptography>=37.0      ; python_version > "3.6"
