# Minimum Django and REST framework version
Django>=1.8
Django<2.0
djangorestframework>=3.6

# Test requirements
pytest-django>=2.6
pytest>=3.0
pytest-cov>=2.5
flake8>=3.0

# wheel for PyPI installs
wheel>=0.24.0
