48 lines
714 B
Plaintext
48 lines
714 B
Plaintext
# FastAPI and server
|
|
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
python-multipart==0.0.6
|
|
|
|
# Database
|
|
sqlalchemy==2.0.25
|
|
alembic==1.13.1
|
|
psycopg2-binary==2.9.9
|
|
|
|
# Auth
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
bcrypt==4.1.2
|
|
|
|
# Validation
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
email-validator==2.1.0
|
|
|
|
# Phone number handling
|
|
phonenumbers==8.13.27
|
|
|
|
# File handling
|
|
openpyxl==3.1.2
|
|
pandas==2.1.4
|
|
|
|
# HTTP requests
|
|
httpx==0.26.0
|
|
requests==2.31.0
|
|
|
|
# Google APIs
|
|
google-auth==2.26.2
|
|
google-auth-oauthlib==1.2.0
|
|
google-auth-httplib2==0.2.0
|
|
google-api-python-client==2.115.0
|
|
|
|
# Encryption
|
|
cryptography==42.0.0
|
|
|
|
# Utilities
|
|
python-dateutil==2.8.2
|
|
|
|
# Testing
|
|
pytest==7.4.4
|
|
pytest-asyncio==0.23.3
|
|
httpx==0.26.0
|