# db
redis==2.10.6
psycopg2==2.7.4
django-redis==4.9.0

# tests
prospector>=0.12.7
pylint>=1.8.3
factory_boy>=2.10.0
freezegun>=0.3.10
pdbpp>=0.9.2
pytest==3.4.2
pytest-mock>=1.9.0
pytest-cov>=2.5.1
pytest-django>=3.1.2
pytest-selenium>=1.11.4
pytest-base-url>=1.4.1
pytest-benchmark>=3.1.1

# packaging
pip>=9.0.3
setuptools>=39.0.1
twine>=1.11.0
wheel>=0.30.0
pygments>=2.2.0

# packaging checkers
readme_renderer>=20.0
check_manifest>=0.37

# typing
mypy>=0.600
