Files
2026-05-09 16:40:29 +08:00

31 lines
746 B
TOML

[project]
name = "server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"alembic==1.14.1",
"asyncpg==0.30.0",
"boto3==1.35.86",
"celery==5.4.0",
"fastapi==0.115.6",
"geoalchemy2==0.15.2",
"shapely==2.0.7",
"httpx==0.28.1",
"itsdangerous==2.2.0",
"passlib[bcrypt]==1.7.4",
"bcrypt==4.0.1",
"pillow==11.1.0",
"psycopg2-binary==2.9.10",
"pydantic==2.10.4",
"pydantic-settings==2.7.1",
"python-dotenv==1.0.1",
"python-jose[cryptography]==3.3.0",
"python-multipart==0.0.19",
"redis==5.2.1",
"sentry-sdk[fastapi]==2.19.2",
"sqlalchemy[asyncio]==2.0.36",
"uvicorn[standard]==0.32.1",
]