File tree 2 files changed +3
-3
lines changed
{{cookiecutter.project_slug}}/requirements
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ watchdog==4.0.2 # https://github.com/gorakhargosh/watchdog
4
4
Werkzeug[watchdog]==3.0.4 # https://github.com/pallets/werkzeug
5
5
ipdb==0.13.13 # https://github.com/gotcha/ipdb
6
6
{%- if cookiecutter.use_docker == 'y' %}
7
- psycopg[c]==3.2.1 # https://github.com/psycopg/psycopg
7
+ psycopg[c]==3.2.2 # https://github.com/psycopg/psycopg
8
8
{%- else %}
9
- psycopg[binary]==3.2.1 # https://github.com/psycopg/psycopg
9
+ psycopg[binary]==3.2.2 # https://github.com/psycopg/psycopg
10
10
{%- endif %}
11
11
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
12
12
watchfiles==0.24.0 # https://github.com/samuelcolvin/watchfiles
Original file line number Diff line number Diff line change 3
3
-r base.txt
4
4
5
5
gunicorn==23.0.0 # https://github.com/benoitc/gunicorn
6
- psycopg[c]==3.2.1 # https://github.com/psycopg/psycopg
6
+ psycopg[c]==3.2.2 # https://github.com/psycopg/psycopg
7
7
{%- if cookiecutter.use_whitenoise == 'n' %}
8
8
Collectfasta==3.2.0 # https://github.com/jasongi/collectfasta
9
9
{%- endif %}
You can’t perform that action at this time.
0 commit comments