pytest>=3.10
filelock>=3.4
deprecation>=2.1

[:python_version < "3.7"]
pytest-testinfra>=6.4.0
dataclasses>=0.8

[:python_version < "3.8"]
typing-extensions<4.8,>=3.0
cached-property>=1.5

[:python_version <= "3.10" and python_version > "3.7"]
typing-extensions>=4.8

[:python_version >= "3.7" and python_version < "3.8"]
pytest-testinfra>=7.0

[:python_version >= "3.8"]
pytest-testinfra>=8.0
