Files
vconnect-api/requirements.txt
unknown 513ff991eb
Some checks failed
Deploy VConnect API / Test Build (push) Successful in 23s
Deploy VConnect API / Deploy to Server (push) Failing after 9s
Update 2025-12-14 13:17:54
2025-12-14 13:17:54 +09:00

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