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

# Documentation
Sphinx

# Testing
coverage
flake8
tox

# Fixtures
factory-boy
loremipsum

# Convert md to ReST in setup.py
pypandoc
