30 lines
480 B
Plaintext
30 lines
480 B
Plaintext
# FastAPI & Web Server
|
|
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
python-multipart==0.0.6
|
|
|
|
# Database
|
|
sqlalchemy==2.0.25
|
|
psycopg2-binary==2.9.9
|
|
alembic==1.13.1
|
|
|
|
# Authentication & Security
|
|
python-jose[cryptography]==3.3.0
|
|
# passlib dependency removed
|
|
bcrypt>=4.0.1
|
|
python-dotenv==1.0.0
|
|
pydantic-settings==2.1.0
|
|
email-validator>=2.0.0
|
|
|
|
# SSH & Networking
|
|
paramiko==3.4.0
|
|
asyncssh==2.14.2
|
|
|
|
# HTTP Client
|
|
httpx==0.26.0
|
|
aiohttp==3.9.1
|
|
|
|
# Utilities
|
|
python-dateutil==2.8.2
|
|
pytz==2023.3
|