forked from orbit-oss/flask
Increase required flit_core version to 3.11
Needed since Flask 3.1.1 after having set the "license" keyword to an
SPDX license expression. Avoids this possible build error:
flit_core.config.ConfigError: license field should be <class 'dict'>, not <class 'str'>
Fixes: 0109e496f ("use uv").
This commit is contained in:
parent
5559ef42b5
commit
fe3b215d3a
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ Chat = "https://discord.gg/pallets"
|
|||
flask = "flask.cli:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["flit_core<4"]
|
||||
requires = ["flit_core>=3.11,<4"]
|
||||
build-backend = "flit_core.buildapi"
|
||||
|
||||
[tool.flit.module]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue