# Minimum Django and Django app requirements
Django>=1.7
django-ipware>=1.0
djangorestframework>=3.0
requests>=2.5
six==1.9.0

# Test requirements
mock==1.0.1
pytest-django==2.8
pytest==2.5.2
pytest-cov==1.6
flake8==2.2.2

# wheel for PyPI installs
wheel==0.24.0

# MkDocs for documentation previews/deploys
mkdocs==0.11.1
