
[:sys_platform == "darwin"]
richxerox>=1.0.1

[:sys_platform == "linux2" or sys_platform == "linux"]
pyperclip>=1.6

[:sys_platform == "win32"]
jaraco.windows>=5.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-cov
jaraco.test>=3.2.0
pygments

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