requests
PyYAML

[:python_version <= "3.6"]
cryptography<3.5

[:python_version > "3.6"]
cryptography>=3.5

[all]

[all:python_version >= "3.8"]
pydantic>=2.0.0

[pydantic]

[pydantic:python_version >= "3.8"]
pydantic>=2.0.0
