Skip to content

Commit

Permalink
Downgrade flask version
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Oct 31, 2023
1 parent 342c685 commit 061958c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
28 changes: 5 additions & 23 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 @@ -10,7 +10,7 @@ packages = [{ include = "app" }]
[tool.poetry.dependencies]
python = "^3.10"
supabase = "^2.0.1"
flask = {extras = ["async"], version = "^3.0.0"}
flask = "^2.3.3"
flask-wtf = "^1.1.1"
email-validator = "^2.0.0.post2"
poetry-dotenv-plugin = "^0.2.0"
Expand Down

0 comments on commit 061958c

Please sign in to comment.