Files
student_manage_system/pyproject.toml
T

14 lines
290 B
TOML
Raw Normal View History

2026-09-19 18:16:15 +08:00
[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",
2026-09-22 13:38:28 +08:00
"spglib>=2.7.0",
2026-09-19 18:16:15 +08:00
"sqlalchemy>=2.0.54",
]