Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Werkzeug==3.0.3 # https://github.com/pallets/werkzeug
ipdb==0.13.13 # https://github.com/gotcha/ipdb
psycopg[binary]>=3.0.0 # https://github.com/psycopg/psycopg
psycopg[pool]>=3.0.0 # See https://docs.djangoproject.com/en/6.0/ref/databases/#connection-pool
watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod

# Testing
Expand Down
1 change: 1 addition & 0 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
wheel==0.43.0 # https://idk
gunicorn==22.0.0 # https://github.com/benoitc/gunicorn
psycopg[binary]>=3.0.0 # https://github.com/psycopg/psycopg
psycopg[pool]>=3.0.0 # See https://docs.djangoproject.com/en/6.0/ref/databases/#connection-pool
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast

boto3==1.34.145
Expand Down
Loading