Files
vconnect-api/requirements.txt
unknown 12cfa0a50d
Some checks failed
Deploy VConnect API / Test Build (push) Successful in 26s
Deploy VConnect API / Deploy to Server (push) Failing after 8s
fix: add email-validator for pydantic
2025-12-14 09:41:07 +09:00

29 lines
460 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[bcrypt]==1.7.4
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