Skip to content

Commit 63c4088

Browse files
committed
add flask/python min version
1 parent d7d861a commit 63c4088

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kickstart_flask_app"
7-
version = "1.2.0.dev0"
7+
version = "1.2.0.dev1"
88
authors = [{ name = "Majdi Mahfoud", email = "[email protected]" }]
99
description = "Generate a new Flask app project."
1010
readme = "README.md"
11-
requires-python = ">=3.6"
12-
dependencies = ["flask"]
11+
requires-python = ">=3.8"
12+
dependencies = ["flask=3.0.0"]
1313
classifiers = [
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)