mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-14 07:33:09 +00:00
Update psycopg2 from 2.7.3.1 to 2.7.3.2
This commit is contained in:
parent
f71a561119
commit
dc4833af94
1 changed files with 1 additions and 1 deletions
|
|
@ -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.3.1
|
||||
psycopg2==2.7.3.2
|
||||
{%- endif %}
|
||||
|
||||
coverage==4.4.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue