# This file pulls in everything a developer needs. If it's a basic package
# needed to run the site, it belongs in `requirements/base.txt`. If it's a
# package for developers (testing, docs, etc.), it goes in this file.
-r base.txt

# Settings
dj-database-url

# Statics
whitenoise

# Testing
pytest>=3.6
pytest-cov>=2.4.0
pytest-django>=3.1.2
pytest-mock>=1.6.3
flake8
coveralls

# Fixtures
factory-boy>=2.6.0

# PyPI
twine
wheel
