qtpy>=1.1.0

[:python_version < "3.8"]
importlib_metadata

[:python_version >= "3.0"]
PyQt5>=5.6.0

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

[testing]
pytest!=3.7.3,>=3.5
pytest-checkdocs>=1.2.3
pytest-flake8
pytest-cov
pytest-enabler>=1.0.1

[testing:platform_python_implementation != "PyPy"]
pytest-black>=0.3.7
pytest-mypy>=0.9.1

[testing:python_version == "2.7"]
PySide2

[testing:python_version >= "3.0"]
PyQt5
