pyperclip>=1.6
colorama>=0.3.7
attrs>=16.3.0
wcwidth>=0.1.7

[:sys_platform=='win32']
pyreadline

[dev]
pytest
codecov
pytest-cov
pytest-mock
tox
flake8
sphinx
sphinx-rtd-theme
sphinx-autobuild
doc8
invoke
twine>=1.11

[dev:python_version < "3.6"]
mock

[test]
codecov
pytest
pytest-cov
pytest-mock

[test:python_version < "3.6"]
mock

[test:sys_platform == "darwin"]
gnureadline
