This commit is contained in:
암냥 2026-08-13 01:03:34 +09:00
commit a59ac1f3cb
No known key found for this signature in database
14 changed files with 434 additions and 0 deletions

16
pyproject.toml Normal file
View file

@ -0,0 +1,16 @@
[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"