We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d1c5b commit 9691dc1Copy full SHA for 9691dc1
{{cookiecutter.project_slug}}/requirements/production.txt
@@ -3,7 +3,7 @@
3
-r base.txt
4
5
gunicorn==23.0.0 # https://github.com/benoitc/gunicorn
6
-psycopg[c]==3.2.5 # https://github.com/psycopg/psycopg
+psycopg[c]==3.2.6 # https://github.com/psycopg/psycopg
7
{%- if cookiecutter.use_whitenoise == 'n'and cookiecutter.cloud_provider in ('AWS', 'GCP') %}
8
Collectfasta==3.2.1 # https://github.com/jasongi/collectfasta
9
{%- endif %}
0 commit comments