mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-23 15:54:12 +03:00
Update psycopg2 to 2.7.1 (#1073)
* Update psycopg2 from 2.7 to 2.7.1 * Update psycopg2 from 2.7 to 2.7.1 * Update psycopg2 from 2.7 to 2.7.1
This commit is contained in:
parent
0278ad835b
commit
57e9a223fe
|
@ -38,7 +38,7 @@ django-allauth==0.31.0
|
|||
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
|
||||
{% else %}
|
||||
# Python-PostgreSQL Database Adapter
|
||||
psycopg2==2.7
|
||||
psycopg2==2.7.1
|
||||
{%- endif %}
|
||||
|
||||
# Unicode slugification
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Python-PostgreSQL Database Adapter
|
||||
# If using Win for dev, this assumes Unix in prod
|
||||
# ------------------------------------------------
|
||||
psycopg2==2.7
|
||||
psycopg2==2.7.1
|
||||
{%- endif %}
|
||||
|
||||
# WSGI Handler
|
||||
|
|
|
@ -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
|
||||
psycopg2==2.7.1
|
||||
{%- endif %}
|
||||
|
||||
coverage==4.3.4
|
||||
|
|
Loading…
Reference in New Issue
Block a user