Skip to content

Commit

Permalink
pin flask to < 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Oct 9, 2023
1 parent b45280a commit cdc02d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author-email = "radovan.bast@uit.no"
home-page = "https://github.com/bast/cicero"
requires=[
"requests",
"flask",
"flask < 3.0.0",
]
description-file="README.rst"
classifiers = ["License :: OSI Approved :: GNU Affero General Public License v3"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flit
black
flask==2.0.1
flask==2.3.3

0 comments on commit cdc02d9

Please sign in to comment.