mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 02:54:01 +03:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
fa22d1c3b1
|
@ -1,4 +1,4 @@
|
|||
# These requirements prevented an upgrade to Django 1.10.
|
||||
django-coverage-plugin==1.3.1
|
||||
django-coverage-plugin==1.4
|
||||
django-autoslug==1.9.3
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ django-braces==1.10.0
|
|||
django-crispy-forms==1.6.1
|
||||
|
||||
# Models
|
||||
django-model-utils==2.6
|
||||
django-model-utils==2.6.1
|
||||
|
||||
# Images
|
||||
Pillow==4.0.0
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Local development dependencies go here
|
||||
-r base.txt
|
||||
coverage==4.3.1
|
||||
django-coverage-plugin==1.3.1
|
||||
|
||||
coverage==4.3.4
|
||||
django-coverage-plugin==1.4
|
||||
|
||||
Sphinx==1.5.1
|
||||
django-extensions==1.7.5
|
||||
Werkzeug==0.11.15
|
||||
|
|
|
@ -11,7 +11,7 @@ psycopg2==2.6.2
|
|||
|
||||
# WSGI Handler
|
||||
# ------------------------------------------------
|
||||
gevent==1.2.0
|
||||
gevent==1.2.1
|
||||
gunicorn==19.6.0
|
||||
|
||||
# Static and Media Storage
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
psycopg2==2.6.2
|
||||
{%- endif %}
|
||||
|
||||
coverage==4.3.1
|
||||
coverage==4.3.4
|
||||
flake8==3.2.1 # pyup: != 2.6.0
|
||||
django-test-plus==1.0.16
|
||||
factory-boy==2.8.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user