YoloFace-BE/pyproject.toml

25 lines
583 B
TOML

[project]
name = "yoloface-be"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiofiles>=24.1.0",
"alembic>=1.13.3",
"apscheduler>=3.10.4",
"asyncmy>=0.2.9",
"black>=24.10.0",
"fakeredis>=2.26.1",
"fastapi-amis-admin>=0.7.2",
"fastapi-user-auth[redis]>=0.7.3",
"fastapi==0.112.2",
"persica>=0.1.0a4",
"pydantic-settings>=2.6.1",
"pydantic>=2.9.2",
"python-dotenv>=1.0.1",
"python-multipart>=0.0.17",
"sqlmodel>=0.0.22",
"uvicorn>=0.32.0",
]