first commit

This commit is contained in:
unknown
2025-12-08 21:35:55 +09:00
commit f343f405f7
5357 changed files with 923703 additions and 0 deletions

27
requirements.txt Normal file
View File

@@ -0,0 +1,27 @@
# 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
# 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