Full-stack mobile app for pole dance championship management. Backend: FastAPI + SQLAlchemy 2 (async) + SQLite (dev) / PostgreSQL (prod) - JWT auth with refresh token rotation - Championship CRUD with Instagram Graph API sync (APScheduler) - Registration flow with status management - Participant list publish with Expo push notifications - Alembic migrations, pytest test suite Mobile: React Native + Expo (TypeScript) - Auth gate: pending approval screen for new members - Championships list & detail screens - Registration form with status tracking - React Query + Zustand + React Navigation v6 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
344 B
Plaintext
19 lines
344 B
Plaintext
fastapi==0.115.6
|
|
uvicorn[standard]==0.32.1
|
|
sqlalchemy==2.0.36
|
|
asyncpg==0.30.0
|
|
alembic==1.14.0
|
|
pydantic-settings==2.7.0
|
|
pydantic[email]==2.10.3
|
|
passlib[bcrypt]==1.7.4
|
|
bcrypt==4.0.1
|
|
PyJWT==2.10.1
|
|
python-multipart==0.0.20
|
|
httpx==0.28.1
|
|
apscheduler==3.11.0
|
|
slowapi==0.1.9
|
|
pytest==8.3.4
|
|
pytest-asyncio==0.25.2
|
|
pytest-httpx==0.35.0
|
|
aiosqlite==0.20.0
|