2026-05-20 14:19:09 +08:00
|
|
|
# Nexus — Server Management Platform
|
|
|
|
|
# Python Backend Dependencies
|
|
|
|
|
|
|
|
|
|
fastapi==0.115.6
|
|
|
|
|
uvicorn[standard]==0.34.0
|
2026-05-23 15:27:18 +08:00
|
|
|
sqlalchemy[asyncio]==2.0.49
|
2026-05-20 14:19:09 +08:00
|
|
|
aiomysql==0.2.0
|
|
|
|
|
pydantic==2.10.3
|
|
|
|
|
pydantic-settings==2.7.0
|
|
|
|
|
python-multipart==0.0.19
|
|
|
|
|
httpx==0.28.1
|
|
|
|
|
websockets==14.1
|
2026-05-21 22:11:38 +08:00
|
|
|
asyncssh==2.17.0
|
|
|
|
|
PyJWT==2.10.1
|
2026-05-20 14:19:09 +08:00
|
|
|
bcrypt==4.2.1
|
2026-05-22 00:30:28 +08:00
|
|
|
cryptography==44.0.0
|
2026-05-20 14:19:09 +08:00
|
|
|
pyyaml==6.0.2
|
|
|
|
|
redis[hiredis]==5.2.1
|