环境统一

This commit is contained in:
geeker
2026-09-19 20:02:27 +08:00
commit fda520698d
5 changed files with 1050 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "env-management"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.141.1",
]