mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-21 14:05:14 +03:00
Update psycopg2-binary from 2.8.5 to 2.8.6
This commit is contained in:
parent
4659cb9baa
commit
9cdae535b3
|
@ -5,7 +5,7 @@ ipdb==0.13.3 # https://github.com/gotcha/ipdb
|
||||||
{%- if cookiecutter.use_docker == 'y' %}
|
{%- if cookiecutter.use_docker == 'y' %}
|
||||||
psycopg2==2.8.5 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
|
psycopg2==2.8.5 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
|
||||||
{%- else %}
|
{%- else %}
|
||||||
psycopg2-binary==2.8.5 # https://github.com/psycopg/psycopg2
|
psycopg2-binary==2.8.6 # https://github.com/psycopg/psycopg2
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if cookiecutter.use_async == 'y' %}
|
{%- if cookiecutter.use_async == 'y' %}
|
||||||
watchgod==0.6 # https://github.com/samuelcolvin/watchgod
|
watchgod==0.6 # https://github.com/samuelcolvin/watchgod
|
||||||
|
|
Loading…
Reference in New Issue
Block a user