mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-30 01:39:45 +03:00
[requires.io] dependency update
This commit is contained in:
parent
56efcaa475
commit
08b5299d83
|
@ -6,7 +6,7 @@
|
|||
# Python-PostgreSQL Database Adapter
|
||||
# If using Win for dev, this assumes Unix in prod
|
||||
# ------------------------------------------------
|
||||
psycopg2==2.6.1
|
||||
psycopg2==2.6.2
|
||||
{%- endif %}
|
||||
|
||||
# WSGI Handler
|
||||
|
@ -16,7 +16,7 @@ gunicorn==19.6.0
|
|||
|
||||
# Static and Media Storage
|
||||
# ------------------------------------------------
|
||||
boto==2.40.0
|
||||
boto==2.41.0
|
||||
django-storages-redux==1.3.2
|
||||
{% if cookiecutter.use_whitenoise != 'y' -%}
|
||||
Collectfast==0.2.3
|
||||
|
@ -24,7 +24,7 @@ Collectfast==0.2.3
|
|||
|
||||
# Email backends for Mailgun, Postmark, SendGrid and more
|
||||
# -------------------------------------------------------
|
||||
django-anymail==0.3.1
|
||||
django-anymail==0.4.2
|
||||
|
||||
{% if cookiecutter.use_sentry_for_error_reporting == "y" -%}
|
||||
# Raven is the Sentry client
|
||||
|
|
Loading…
Reference in New Issue
Block a user