16 lines
256 B
Plaintext
16 lines
256 B
Plaintext
# eamco_voipms dependencies
|
|
# FastAPI web framework and server
|
|
fastapi==0.115.6
|
|
uvicorn[standard]==0.34.0
|
|
pydantic-settings==2.7.1
|
|
|
|
# Database
|
|
SQLAlchemy==2.0.40
|
|
psycopg2-binary==2.9.10
|
|
|
|
# HTTP client
|
|
requests==2.32.3
|
|
|
|
# Configuration
|
|
python-dotenv==1.1.0
|