[project] name = "strat-gameplay-backend" version = "0.1.0" description = "Strat Real-Time Game Engine Backend - FastAPI with WebSocket support" readme = "README.md" requires-python = ">=3.13" authors = [ { name = "Cal Corum" } ] dependencies = [ "aiofiles==24.1.0", "alembic==1.14.0", "asyncpg==0.30.0", "click==8.1.8", "fastapi==0.115.6", "greenlet==3.2.4", "httpx==0.28.1", "passlib[bcrypt]==1.7.4", "pendulum==3.0.0", "psycopg2-binary==2.9.10", "pydantic==2.10.6", "pydantic-settings==2.7.1", "python-dotenv==1.0.1", "python-jose[cryptography]==3.3.0", "python-multipart==0.0.20", "python-socketio==5.11.4", "redis==5.2.1", "rich==13.9.4", "sqlalchemy==2.0.36", "uvicorn[standard]==0.34.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["app"] [dependency-groups] dev = [ "black==24.10.0", "flake8==7.1.1", "mypy==1.14.1", "pytest==8.3.4", "pytest-asyncio==0.25.2", "pytest-cov==6.0.0", ]