File tree Expand file tree Collapse file tree
{{cookiecutter.project_slug}}/requirements Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug
22ipdb==0.13.13 # https://github.com/gotcha/ipdb
33{%- if cookiecutter.use_docker == 'y' %}
4- psycopg[c]==3.2.11 # https://github.com/psycopg/psycopg
4+ psycopg[c]==3.2.12 # https://github.com/psycopg/psycopg
55{%- else %}
6- psycopg[binary]==3.2.11 # https://github.com/psycopg/psycopg
6+ psycopg[binary]==3.2.12 # https://github.com/psycopg/psycopg
77{%- endif %}
88{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
99watchfiles==1.1.1 # https://github.com/samuelcolvin/watchfiles
Original file line number Diff line number Diff line change 33-r base.txt
44
55gunicorn==23.0.0 # https://github.com/benoitc/gunicorn
6- psycopg[c]==3.2.11 # https://github.com/psycopg/psycopg
6+ psycopg[c]==3.2.12 # https://github.com/psycopg/psycopg
77{%- if cookiecutter.use_whitenoise == 'n'and cookiecutter.cloud_provider in ('AWS', 'GCP', 'Azure') %}
88Collectfasta==3.3.1 # https://github.com/jasongi/collectfasta
99{%- endif %}
You can’t perform that action at this time.
0 commit comments