mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 05:30:16 +03:00
Update psycopg2 from 2.7.2 to 2.7.3
This commit is contained in:
parent
898a7925eb
commit
05ab3d83cf
|
@ -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.2
|
||||
psycopg2==2.7.3
|
||||
{%- endif %}
|
||||
|
||||
coverage==4.4.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user