
[:python_version < "3.8"]
importlib_metadata

[:sys_platform == "linux"]
SecretStorage>=3
jeepney>=0.4.2

[:sys_platform == "win32"]
pywin32-ctypes!=0.1.0,!=0.1.1

[docs]
sphinx
jaraco.packaging>=3.2
rst.linker>=1.9

[testing]
pytest!=3.7.3,>=3.5
pytest-checkdocs>=1.2.3
pytest-flake8
pytest-black>=0.3.7
pytest-cov
pytest-mypy
