Skip to content

Commit

Permalink
Manually mark gunicorn for installation
Browse files Browse the repository at this point in the history
My janky scripts for deploying MITOC Trips have just shoved `gunicorn`
into the venv historically, but for some reason that's not working.
Manually add gunicorn as a dependency.
  • Loading branch information
DavidCain committed Apr 17, 2024
1 parent a7e2574 commit 6175a0d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
23 changes: 22 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ pwned-passwords-django = "*"
requests = "*"
sentry-sdk = "^1.30.0"
setuptools = "^69.5.1" # Required by django-pipeline in prod!
gunicorn = "^22.0.0"


[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit 6175a0d

Please sign in to comment.