2026-05-17 21:10:00 +08:00
|
|
|
[project]
|
|
|
|
|
name = "vvvebjs"
|
|
|
|
|
version = "0.1.0"
|
2026-05-17 22:11:46 +08:00
|
|
|
description = "VvvebJS 網頁管理器"
|
2026-05-17 21:10:00 +08:00
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.13"
|
2026-05-17 22:11:46 +08:00
|
|
|
dependencies = [
|
|
|
|
|
"flask>=3.1",
|
|
|
|
|
]
|