mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 19:33:41 +00:00
- Initialize project structure with backend/app/ package layout - Add FastAPI app with CORS middleware and health check endpoint - Add Pydantic Settings config with DB, JWT, SMTP, and app settings - Add SQLAlchemy database engine and session management - Add requirements.txt with all dependencies (FastAPI, SQLAlchemy, Alembic, etc.) - Add .env.example template and .gitignore - Add empty frontend/ and backend test scaffolding - Include project specification and design/implementation plans Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
434 B
Text
24 lines
434 B
Text
fastapi==0.115.6
|
|
uvicorn[standard]==0.34.0
|
|
gunicorn==23.0.0
|
|
sqlalchemy==2.0.36
|
|
alembic==1.14.1
|
|
pymysql==1.1.1
|
|
cryptography==44.0.0
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
pyotp==2.9.0
|
|
qrcode==8.0
|
|
python-multipart==0.0.20
|
|
pandas==2.2.3
|
|
openpyxl==3.1.5
|
|
pydantic==2.10.4
|
|
pydantic-settings==2.7.1
|
|
python-dotenv==1.0.1
|
|
email-validator==2.2.0
|
|
httpx==0.28.1
|
|
|
|
# Dev/Test
|
|
pytest==8.3.4
|
|
pytest-asyncio==0.25.0
|
|
pytest-cov==6.0.0
|