Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Aug 14, 2016
1 parent 66670ee commit ec4e8a6
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
# Requirements for running drf-cached-instances
#

Django==1.8.6
djangorestframework==3.3.1
Django>=1.10,<1.11
djangorestframework>=3.4,<3.5


#
# Optional but useful requirements
#

# Celery - async task management
celery==3.1.19
celery==3.1.23

#
# Requirements for developing drf-cached-instances
#

# Packaging
wheel==0.26.0
wheel==0.29.0

# PEP8, PEP257, and static analysis
pep8==1.7.0
Expand All @@ -27,49 +27,49 @@ pep257==0.7.0
flake8-docstrings==1.0.2

# Code coverage
coverage==4.0.2
coverage==4.2

# Better test runner
django-nose==1.4.2
django-nose==1.4.4

# Django extensions
django-extensions==1.5.9
django-extensions==1.7.1

# Documentation
Sphinx==1.3.1
Sphinx==1.4.5

# Packaging Linters
pyroma==1.8.2
pyroma==2.0.2
check-manifest==0.31

# Multi-env test runner
tox==2.1.1
tox==2.3.1

# Better interactive debugging
ipython==4.0.0
ipdb==0.8.1
ipdbplugin==1.4.2
ipython==5.1.0
ipdb==0.10.1

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

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

# Django debug toolbar
django-debug-toolbar==1.4
django-debug-toolbar==1.5

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

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

#
# Requirements for Heroku
#

# WSGI runner
gunicorn==19.3.0
gunicorn==19.6.0

# PostgreSQL driver
psycopg2==2.6.1
psycopg2==2.6.2

0 comments on commit ec4e8a6

Please sign in to comment.