Skip to content

Commit

Permalink
Add gunicorn to base images
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb committed Jan 19, 2024
1 parent 81709d9 commit e325a5e
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 2 deletions.
22 changes: 21 additions & 1 deletion django3.2/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 django3.2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python = "^3.9"
django = ">=3.2,<4.0"
django-cors-headers = "^4.3.1"
pytest-django = "^4.7.0"
gunicorn = "^21.2.0"


[build-system]
Expand Down
22 changes: 21 additions & 1 deletion django4.2/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 django4.2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python = "^3.12"
django = ">=4.2,<5.0"
django-cors-headers = "^4.3.1"
pytest-django = "^4.7.0"
gunicorn = "^21.2.0"


[build-system]
Expand Down

0 comments on commit e325a5e

Please sign in to comment.