mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 01:26:57 +03:00
Update requirements
This commit is contained in:
parent
5bd3f03889
commit
5517bdd1bc
|
@ -4,7 +4,7 @@ sh==1.11
|
|||
binaryornot==0.4.0
|
||||
|
||||
# Testing
|
||||
pytest==2.9.0
|
||||
pytest==2.9.1
|
||||
pep8==1.7.0
|
||||
pyflakes==1.1.0
|
||||
tox==2.3.1
|
||||
|
|
|
@ -48,7 +48,7 @@ django-autoslug==1.9.3
|
|||
pytz==2016.4
|
||||
|
||||
# Redis support
|
||||
django-redis==4.3.0
|
||||
django-redis==4.4.2
|
||||
redis>=2.10.0
|
||||
|
||||
{% if cookiecutter.use_celery == "y" %}
|
||||
|
|
|
@ -1,19 +1,16 @@
|
|||
# Local development dependencies go here
|
||||
-r base.txt
|
||||
coverage==4.0.3
|
||||
django_coverage_plugin==1.2.2
|
||||
django_coverage_plugin==1.3
|
||||
Sphinx
|
||||
django-extensions==1.6.1
|
||||
Werkzeug==0.11.4
|
||||
Werkzeug==0.11.9
|
||||
django-test-plus==1.0.12
|
||||
factory_boy==2.6.1
|
||||
|
||||
# django-debug-toolbar that works with Django 1.5+
|
||||
factory_boy==2.7.0
|
||||
django-debug-toolbar==1.4
|
||||
|
||||
# improved REPL
|
||||
ipdb==0.9.0
|
||||
ipdb==0.9.3
|
||||
|
||||
# pytest!
|
||||
pytest-django==2.9.1
|
||||
pytest-sugar==0.5.1
|
||||
pytest-sugar==0.7.1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Pro-tip: Try not to put anything here. There should be no dependency in
|
||||
# production that isn't in development.
|
||||
# Pro-tip: Try not to put anything here. Avoid dependencies in
|
||||
# production that aren't in development.
|
||||
-r base.txt
|
||||
|
||||
{% if cookiecutter.windows == 'y' -%}
|
||||
|
@ -11,12 +11,7 @@ psycopg2==2.6.1
|
|||
|
||||
# WSGI Handler
|
||||
# ------------------------------------------------
|
||||
{% if cookiecutter.use_python2 == 'y' -%}
|
||||
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 %}
|
||||
gevent==1.1.1
|
||||
gunicorn==19.4.5
|
||||
|
||||
# Static and Media Storage
|
||||
|
|
|
@ -8,11 +8,11 @@ psycopg2==2.6.1
|
|||
{%- endif %}
|
||||
|
||||
coverage==4.0.3
|
||||
django_coverage_plugin==1.2.2
|
||||
django_coverage_plugin==1.3
|
||||
flake8==2.5.4
|
||||
django-test-plus==1.0.12
|
||||
factory_boy==2.6.1
|
||||
factory_boy==2.7.0
|
||||
|
||||
# pytest!
|
||||
# pytest
|
||||
pytest-django==2.9.1
|
||||
pytest-sugar==0.5.1
|
||||
pytest-sugar==0.7.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user