Skip to content

Commit

Permalink
oops - downgrade python again for heroku compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Sep 10, 2024
1 parent 851f8be commit c6652e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.12.5-slim

ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
package-mode=false

[tool.poetry.dependencies]
python = "3.12.6"
python = "3.12.5"
python-dotenv = "^1.0.1"
celery = {extras = ["redis"], version = "^5.4.0"}
flower = "^2.0.1"
Expand Down

0 comments on commit c6652e4

Please sign in to comment.