Skip to content

Commit

Permalink
Specify exact python version for Heroku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
notarious2 committed Mar 10, 2024
1 parent 209b0cc commit a770a1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
18 changes: 2 additions & 16 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"


[tool.poetry.dependencies]
python = "~3.11"
python = "3.11.3"
fastapi = "^0.103.1"
pydantic = {extras = ["email"], version = "^2.3.0"}
uvicorn = "^0.23.2"
Expand Down

0 comments on commit a770a1b

Please sign in to comment.