Skip to content

Commit

Permalink
cookiecutter: Add gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 2, 2024
1 parent a56e301 commit 0438266
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dj-database-url
django<5
gunicorn[setproctitle]
psycopg2
sentry-sdk
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ django==4.2.15
# via
# -r requirements.in
# dj-database-url
gunicorn==23.0.0
# via -r requirements.in
packaging==24.1
# via gunicorn
psycopg2==2.9.2
# via -r requirements.in
sentry-sdk==2.10.0
# via -r requirements.in
setproctitle==1.3.3
# via gunicorn
sqlparse==0.5.0
# via django
typing-extensions==4.9.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ django==4.2.15
# via
# -r requirements.txt
# dj-database-url
gunicorn==23.0.0
# via -r requirements.txt
packaging==24.1
# via
# -r requirements.txt
# gunicorn
psycopg2==2.9.2
# via -r requirements.txt
sentry-sdk==2.10.0
# via -r requirements.txt
setproctitle==1.3.3
# via -r requirements.txt
sqlparse==0.5.0
# via
# -r requirements.txt
Expand Down

0 comments on commit 0438266

Please sign in to comment.