YoloFace-BE/pyproject.toml

26 lines
603 B
TOML
Raw Normal View History

2024-11-04 07:36:52 +00:00
[project]
name = "yoloface-be"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
2024-11-07 09:10:19 +00:00
"aiofiles>=24.1.0",
2024-11-04 07:36:52 +00:00
"alembic>=1.13.3",
2024-11-13 08:06:53 +00:00
"apscheduler>=3.10.4",
2024-11-04 07:36:52 +00:00
"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",
2024-11-18 06:35:08 +00:00
"pytz>=2024.2",
2024-11-04 07:36:52 +00:00
"sqlmodel>=0.0.22",
"uvicorn>=0.32.0",
]