# basics
wheel>=0.30.0
pip>=9.0.1

# Project management and Deployment
bumpversion>=0.5.3
watchdog>=0.8.3,<1.0.0  # pyup: ignore
twine>=1.9.1,<2.0.0  # pyup: ignore
virtualenvwrapper>=4.8
virtualenv>=16.0.0  # required for tox 3.14.2 but not forced

# Testing
tox>=2.9.1
flake8>=3.6.0
coverage>=4.4.1
coveralls>=1.2.0
pytest>=3.2.3
nose>=1.3.7
pluggy>=0.3.1
pylint>=1.7.4
deepdiff>=3.3.0,<4.0  # pyup: ignore

# Docs
Sphinx>=1.6.3
sphinx_rtd_theme>=0.2.5b1

# Code Deps
cryptography>=2.1.2
py>=1.4.31
randomize>=0.13
certifi>=2017.7.27.1
