# Conflicts: # class_management/database.py # class_management/main.py # class_management/model/class_management_model.py # pyproject.toml # uv.lock
17 lines
360 B
TOML
17 lines
360 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",
|
|
"like>=1.7.1",
|
|
"pip>=26.2.1",
|
|
"pymysql>=1.2.3",
|
|
"python-dotenv>=1.2.3",
|
|
"spglib>=2.7.0",
|
|
"sqlalchemy>=2.0.54",
|
|
"uvicorn>=0.53.0",
|
|
]
|