We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8778f1a commit 33b1b8eCopy full SHA for 33b1b8e
{{cookiecutter.project_slug}}/requirements/production.txt
@@ -8,7 +8,7 @@ psycopg2==2.9.3 # https://github.com/psycopg/psycopg2
8
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
9
{%- endif %}
10
{%- if cookiecutter.use_sentry == "y" %}
11
-sentry-sdk==1.9.6 # https://github.com/getsentry/sentry-python
+sentry-sdk==1.9.7 # https://github.com/getsentry/sentry-python
12
13
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
14
hiredis==2.0.0 # https://github.com/redis/hiredis-py
0 commit comments