#
# Requirements for running drf-cached-instances
#

Django==1.8
pytz==2015.2
djangorestframework==3.1.1


#
# Optional but useful requirements
#

# Celery - async task management
billiard==3.3.0.19
amqp==1.4.6
anyjson==0.3.3
kombu==3.0.24
celery==3.1.17

#
# Requirements for developing drf-cached-instances
#

# Packaging
wheel==0.24.0

# PEP8, PEP257, and static analysis
mccabe==0.3
pep8==1.5.7,<1.6  # flake8 requirement
pyflakes==0.8.1
flake8==2.4.0
pep257==0.5.0
flake8-docstrings==0.2.1.post1

# Code coverage
coverage==3.7.1

# Better test runner
nose==1.3.6
# Until django-nose==1.4 is released to PyPI
git+git://github.com/jwhitlock/django-nose@178_fix_argparse_v2#egg=django-nose

# Django extensions
six==1.9.0
django-extensions==1.5.2

# Documentation
alabaster==0.7.3
Pygments==2.0.2
MarkupSafe==0.23
Jinja2==2.7.3
Babel==1.3
docutils==0.12
sphinx-rtd-theme==0.1.7
snowballstemmer==1.2.0
Sphinx==1.3.1

# Packaging Linters
check-manifest==0.24
pyroma==1.7

# Multi-env test runner
virtualenv==12.1.1
py==1.4.26
tox==1.9.2

# Better interactive debugging
gnureadline==6.3.3
ipython==3.1.0
ipdb==0.8
ipdbplugin==1.4.2

# Production quality serving of static files
static3==0.5.1
dj-static==0.0.6

# ./manage.py runserver_plus for better tracebacks
Werkzeug==0.10.4

# Django debug toolbar
sqlparse==0.1.14
django-debug-toolbar==1.3.0

# Testing library, added as unittest.mock in Python 3.3
mock==1.0.1

# Load database settings from environment
dj-database-url==0.3.0

#
# Requirements for Heroku
#

# WSGI runner
gunicorn==19.3.0

# PostgreSQL driver
psycopg2==2.6
