bukang-backend / pyproject.toml
XRyZ's picture
Upload folder using huggingface_hub
01c6926 verified
Raw
History Blame Contribute Delete
561 Bytes
[project]
name = "bukang-api"
version = "0.1.0"
description = "Backend API for Bukang - Student Profile Collection"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.34.0",
"sqlalchemy>=2.0.0",
"pydantic-settings>=2.7.0",
"python-jose[cryptography]>=3.3.0",
"passlib[bcrypt]>=1.7.4",
"python-multipart>=0.0.18",
"psycopg2-binary>=2.9.0",
"huggingface_hub>=0.27.0",
]
[dependency-groups]
dev = [
"pytest>=8.0.0",
"httpx>=0.28.0",
]
[tool.pytest.ini_options]
testpaths = ["tests"]