Skip to content

Commit 554e24e

Browse files
committed
fix dep version
1 parent 63c4088 commit 554e24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [{ name = "Majdi Mahfoud", email = "[email protected]" }]
99
description = "Generate a new Flask app project."
1010
readme = "README.md"
1111
requires-python = ">=3.8"
12-
dependencies = ["flask=3.0.0"]
12+
dependencies = ["flask>=3.0.0"]
1313
classifiers = [
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)