# db
redis==3.5.3
psycopg2==2.8.5
django-redis==4.12.1

# tests
astroid==2.0.4
pylint==2.1.1
pycodestyle<2.4
flake8==3.5.0
prospector==1.1.6.2
factory_boy==2.11.1
freezegun==0.3.10
pdbpp==0.9.2
pytest>=3.6
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
