Update requirements

This commit is contained in:
Audrey Roy Greenfeld 2016-04-25 22:59:02 -07:00
parent 5bd3f03889
commit 5517bdd1bc
5 changed files with 14 additions and 22 deletions

View File

@ -4,7 +4,7 @@ sh==1.11
binaryornot==0.4.0 binaryornot==0.4.0
# Testing # Testing
pytest==2.9.0 pytest==2.9.1
pep8==1.7.0 pep8==1.7.0
pyflakes==1.1.0 pyflakes==1.1.0
tox==2.3.1 tox==2.3.1

View File

@ -48,7 +48,7 @@ django-autoslug==1.9.3
pytz==2016.4 pytz==2016.4
# Redis support # Redis support
django-redis==4.3.0 django-redis==4.4.2
redis>=2.10.0 redis>=2.10.0
{% if cookiecutter.use_celery == "y" %} {% if cookiecutter.use_celery == "y" %}

View File

@ -1,19 +1,16 @@
# Local development dependencies go here # Local development dependencies go here
-r base.txt -r base.txt
coverage==4.0.3 coverage==4.0.3
django_coverage_plugin==1.2.2 django_coverage_plugin==1.3
Sphinx Sphinx
django-extensions==1.6.1 django-extensions==1.6.1
Werkzeug==0.11.4 Werkzeug==0.11.9
django-test-plus==1.0.12 django-test-plus==1.0.12
factory_boy==2.6.1 factory_boy==2.7.0
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.4 django-debug-toolbar==1.4
# improved REPL # improved REPL
ipdb==0.9.0 ipdb==0.9.3
# pytest!
pytest-django==2.9.1 pytest-django==2.9.1
pytest-sugar==0.5.1 pytest-sugar==0.7.1

View File

@ -1,5 +1,5 @@
# Pro-tip: Try not to put anything here. There should be no dependency in # Pro-tip: Try not to put anything here. Avoid dependencies in
# production that isn't in development. # production that aren't in development.
-r base.txt -r base.txt
{% if cookiecutter.windows == 'y' -%} {% if cookiecutter.windows == 'y' -%}
@ -11,12 +11,7 @@ psycopg2==2.6.1
# WSGI Handler # WSGI Handler
# ------------------------------------------------ # ------------------------------------------------
{% if cookiecutter.use_python2 == 'y' -%} gevent==1.1.1
gevent==1.0.2
{% else %}
# there's no python 3 support in stable, have to use the latest release candidate for gevent
gevent==1.1rc5
{% endif %}
gunicorn==19.4.5 gunicorn==19.4.5
# Static and Media Storage # Static and Media Storage

View File

@ -8,11 +8,11 @@ psycopg2==2.6.1
{%- endif %} {%- endif %}
coverage==4.0.3 coverage==4.0.3
django_coverage_plugin==1.2.2 django_coverage_plugin==1.3
flake8==2.5.4 flake8==2.5.4
django-test-plus==1.0.12 django-test-plus==1.0.12
factory_boy==2.6.1 factory_boy==2.7.0
# pytest! # pytest
pytest-django==2.9.1 pytest-django==2.9.1
pytest-sugar==0.5.1 pytest-sugar==0.7.1