We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea0666 commit 0849bb5Copy full SHA for 0849bb5
{{cookiecutter.project_slug}}/requirements/local.txt
@@ -5,7 +5,7 @@ ipdb==0.13.13 # https://github.com/gotcha/ipdb
5
{%- if cookiecutter.use_docker == 'y' %}
6
psycopg[c]==3.2.6 # https://github.com/psycopg/psycopg
7
{%- else %}
8
-psycopg[binary]==3.2.5 # https://github.com/psycopg/psycopg
+psycopg[binary]==3.2.6 # https://github.com/psycopg/psycopg
9
{%- endif %}
10
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
11
watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles
0 commit comments