Files
env_management/pyproject.toml
T

12 lines
243 B
TOML
Raw Normal View History

2026-09-19 20:02:27 +08:00
[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",
"pymysql>=1.2.3",
"sqlalchemy>=2.0.54",
2026-09-19 20:02:27 +08:00
]