16 lines
326 B
TOML
16 lines
326 B
TOML
[project]
|
|
name = "layer7-web-2"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "imnyang", email = "imnyang@pm.me" }
|
|
]
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"flask>=3.1.3",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.12.1,<0.13.0"]
|
|
build-backend = "uv_build"
|