mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-18 12:30:57 +03:00
Update psycopg2 from 2.6.1 to 2.6.2
This commit is contained in:
parent
5b6c3c75a5
commit
ff483f0a5c
|
@ -4,7 +4,7 @@
|
||||||
{% if cookiecutter.windows == 'y' -%}
|
{% if cookiecutter.windows == 'y' -%}
|
||||||
# Python-PostgreSQL Database Adapter
|
# Python-PostgreSQL Database Adapter
|
||||||
# If using Win for dev, this assumes Unix in test/prod
|
# If using Win for dev, this assumes Unix in test/prod
|
||||||
psycopg2==2.6.1
|
psycopg2==2.6.2
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
coverage==4.1
|
coverage==4.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user