mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
Update psycopg2-binary from 2.7.6.1 to 2.7.7
This commit is contained in:
parent
563ca77480
commit
a7af2d5153
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Sphinx==1.8.3 # https://github.com/sphinx-doc/sphinx
|
|||
{%- if cookiecutter.use_docker == 'y' %}
|
||||
psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
|
||||
{%- else %}
|
||||
psycopg2-binary==2.7.6.1 # https://github.com/psycopg/psycopg2
|
||||
psycopg2-binary==2.7.7 # https://github.com/psycopg/psycopg2
|
||||
{%- endif %}
|
||||
|
||||
# Testing
|
||||
|
|
|
|||
Loading…
Reference in a new issue