Files
student_manage_system/pyproject.toml
T
2026-09-22 13:38:28 +08:00

14 lines
290 B
TOML

[project]
name = "student-manage-system"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.141.1",
"pip>=26.2.1",
"pymysql>=1.2.3",
"spglib>=2.7.0",
"sqlalchemy>=2.0.54",
]