Skip to content

Commit

Permalink
fix(server): min python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo committed May 2, 2023
1 parent 10de12d commit fcf83f6
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 62 deletions.
154 changes: 93 additions & 61 deletions apps/server/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 apps/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Ivo <ivo@vist.gg>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
flask = "^2.2.3"
flask-restful = "^0.3.9"
prisma = "^0.8.2"
Expand Down

0 comments on commit fcf83f6

Please sign in to comment.