added permissions api and websocket stuff

This commit is contained in:
2019-11-28 19:39:53 +01:00
parent c4b54357f7
commit a709dbcaef
14 changed files with 229 additions and 24 deletions

View File

@@ -31,6 +31,10 @@ ics = "*"
coloredlogs = "*"
pythonping = "*"
scapy = "*"
python-socketioclient = "*"
python-socketio = {version = "*",extras = ["client"]}
socketio-client = "*"
websocket-client = "*"
[dev-packages]