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 1443830 commit d9777f1
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 @@ -156,6 +156,7 @@ django-pipeline = "*" # TODO: To eventually be replaced by webpack-loader
django-smtp-ssl = "*"
django-webpack-loader = "^1.1.0" # Should maintain parity with frontend/package.json
gspread = "*"
gunicorn = "^22.0.0" # Used to deploy in prod (temp that this is in poetry)
markdown2 = "*"
mitoc-const = "^1.0.0" # (1.0.0 includes type hints)
phonenumberslite = "*"
Expand Down

0 comments on commit d9777f1

Please sign in to comment.