mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 14:53:41 +00:00
Switch from pymysql to psycopg2-binary, update connection string to postgresql+psycopg2, replace MySQL-specific JSON imports with generic SQLAlchemy JSON, convert MySQL prefix index to PostgreSQL left() function, and remove FetchedValue() (unnecessary with PostgreSQL). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
443 B
Text
24 lines
443 B
Text
fastapi==0.115.6
|
|
uvicorn[standard]==0.34.0
|
|
gunicorn==23.0.0
|
|
sqlalchemy==2.0.36
|
|
alembic==1.14.1
|
|
psycopg2-binary==2.9.10
|
|
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
|