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 3
3
Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug
4
4
ipdb==0.13.13 # https://github.com/gotcha/ipdb
5
5
{%- if cookiecutter.use_docker == 'y' %}
6
- psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg
6
+ psycopg[c]==3.2.4 # https://github.com/psycopg/psycopg
7
7
{%- else %}
8
- psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg
8
+ psycopg[binary]==3.2.4 # https://github.com/psycopg/psycopg
9
9
{%- endif %}
10
10
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
11
11
watchfiles==1.0.4 # 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.3 # https://github.com/psycopg/psycopg
6
+ psycopg[c]==3.2.4 # https://github.com/psycopg/psycopg
7
7
{%- if cookiecutter.use_whitenoise == 'n'and cookiecutter.cloud_provider in ('AWS', 'GCP') %}
8
8
Collectfasta==3.2.1 # https://github.com/jasongi/collectfasta
9
9
{%- endif %}
You can’t perform that action at this time.
0 commit comments