18 lines
356 B
Plaintext
18 lines
356 B
Plaintext
|
|
# Nexus — Server Management Platform
|
||
|
|
# Python Backend Dependencies
|
||
|
|
|
||
|
|
fastapi==0.115.6
|
||
|
|
uvicorn[standard]==0.34.0
|
||
|
|
sqlalchemy[asyncio]==2.0.49
|
||
|
|
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
|
||
|
|
asyncssh==2.17.0
|
||
|
|
PyJWT==2.10.1
|
||
|
|
bcrypt==4.2.1
|
||
|
|
cryptography==44.0.0
|
||
|
|
pyyaml==6.0.2
|
||
|
|
redis[hiredis]==5.2.1
|