user level ssh terminal

This commit is contained in:
usmannasir
2025-05-18 14:01:37 +05:00
parent 9cd851c4e6
commit 796287ed34
2 changed files with 9 additions and 1 deletions

View File

@@ -35,4 +35,5 @@ fastapi
uvicorn
asyncssh
python-jose
websockets
websockets
jwt

View File

@@ -30,3 +30,10 @@ tldextract==5.1.2
tornado==6.4.1
validators==0.33.0
websocket-client==1.8.0
fastapi==0.115.12
uvicorn==0.34.2
asyncssh==2.21.0
python-jose==3.4.0
websockets==15.0.1
jwt