We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c4088 commit 554e24eCopy full SHA for 554e24e
pyproject.toml
@@ -9,7 +9,7 @@ authors = [{ name = "Majdi Mahfoud", email = "[email protected]" }]
9
description = "Generate a new Flask app project."
10
readme = "README.md"
11
requires-python = ">=3.8"
12
-dependencies = ["flask=3.0.0"]
+dependencies = ["flask>=3.0.0"]
13
classifiers = [
14
"Programming Language :: Python",
15
"Programming Language :: Python :: 3.8",
0 commit comments