# Optional Requirements
toil

# For tests
flask
Werkzeug

# For testing
tox
pytest
coverage

#Building Docs
sphinx
sphinx_rtd_theme
recommonmark

# Used to check readme.
readme

# Used for code checking.
pyflakes
flake8
flake8-import-order

# For release
wheel
twine
