backend_project / pyproject.toml
Jetsada117's picture
debug face detect, crop & alignment
716eb3c
Raw
History Blame Contribute Delete
912 Bytes
[project]
name = "backend-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aioboto3>=15.5.0",
"aiomysql>=0.3.2",
"alembic>=1.18.3",
"bcrypt>=5.0.0",
"cryptography>=46.0.4",
"fastapi>=0.128.0",
"httpx>=0.28.1",
"huggingface-hub>=1.4.1",
"numpy>=2.4.2",
"opencv-python>=4.13.0.92",
"pandas>=3.0.0",
"pillow>=12.1.1",
"pydantic-settings>=2.12.0",
"pydantic[email]>=2.12.5",
"python-jose[cryptography]>=3.5.0",
"python-multipart>=0.0.22",
"redis>=7.2.1",
"scalar-fastapi>=1.6.1",
"slowapi>=0.1.9",
"sqlalchemy>=2.0.46",
"tensorflow>=2.20.0",
"uvicorn>=0.40.0",
]
[dependency-groups]
dev = [
"aiosqlite>=0.22.1",
"httpx>=0.28.1",
"pytest>=9.0.3",
"pytest-asyncio>=1.4.0",
"pytest-env>=1.6.0",
"pytest-mock>=3.15.1",
]