Skip to content

Commit

Permalink
Requirements bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Jun 17, 2015
1 parent be1f6c7 commit 6470b0e
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
# Requirements for running drf-cached-instances
#

Django==1.8
Django==1.8.2
pytz==2015.2
djangorestframework==3.1.1
djangorestframework==3.1.3


#
# Optional but useful requirements
#

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

#
# Requirements for developing drf-cached-instances
Expand All @@ -26,27 +26,26 @@ celery==3.1.17
wheel==0.24.0

# PEP8, PEP257, and static analysis
mccabe==0.3
mccabe==0.3.1
pep8==1.5.7,<1.6 # flake8 requirement
pyflakes==0.8.1
flake8==2.4.0
flake8==2.4.1
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
nose==1.3.7
django-nose==1.4

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

# Documentation
alabaster==0.7.3
alabaster==0.7.5
Pygments==2.0.2
MarkupSafe==0.23
Jinja2==2.7.3
Expand All @@ -57,7 +56,7 @@ snowballstemmer==1.2.0
Sphinx==1.3.1

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

# Multi-env test runner
Expand All @@ -68,7 +67,7 @@ tox==1.9.2
# Better interactive debugging
gnureadline==6.3.3
ipython==3.1.0
ipdb==0.8
ipdb==0.8.1
ipdbplugin==1.4.2

# Production quality serving of static files
Expand Down

0 comments on commit 6470b0e

Please sign in to comment.