Run with gunicorn instead
This commit is contained in:
parent
48ba45463f
commit
db5355164c
3 changed files with 5 additions and 44 deletions
|
|
@ -1 +1,2 @@
|
|||
psycopg
|
||||
gunicorn
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile requirements/production.in
|
||||
gunicorn==22.0.0
|
||||
# via -r requirements/production.in
|
||||
packaging==24.1
|
||||
# via gunicorn
|
||||
psycopg==3.1.19
|
||||
# via -r requirements/production.in
|
||||
typing-extensions==4.12.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue