mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 13:34:53 +03:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
18388689aa
|
@ -37,7 +37,7 @@ django-allauth==0.32.0
|
|||
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
|
||||
{% else %}
|
||||
# Python-PostgreSQL Database Adapter
|
||||
psycopg2==2.7.1
|
||||
psycopg2==2.7.3
|
||||
{%- endif %}
|
||||
|
||||
# Unicode slugification
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Python-PostgreSQL Database Adapter
|
||||
# If using Win for dev, this assumes Unix in prod
|
||||
# ------------------------------------------------
|
||||
psycopg2==2.7.1
|
||||
psycopg2==2.7.3
|
||||
{%- endif %}
|
||||
|
||||
# WSGI Handler
|
||||
|
@ -24,7 +24,7 @@ Collectfast==0.5.2
|
|||
|
||||
# Email backends for Mailgun, Postmark, SendGrid and more
|
||||
# -------------------------------------------------------
|
||||
django-anymail==0.11
|
||||
django-anymail==0.11.1
|
||||
|
||||
{% if cookiecutter.use_sentry_for_error_reporting == "y" -%}
|
||||
# Raven is the Sentry client
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{% if cookiecutter.windows == 'y' -%}
|
||||
# Python-PostgreSQL Database Adapter
|
||||
# If using Win for dev, this assumes Unix in test/prod
|
||||
psycopg2==2.7.1
|
||||
psycopg2==2.7.3
|
||||
{%- endif %}
|
||||
|
||||
coverage==4.4.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user