Merge pull request #1558 from GSA/socketIO

Installing socketIO and connecting new dashboard API endpoints
This commit is contained in:
Carlo Costino
2024-06-06 17:44:58 -04:00
committed by GitHub
13 changed files with 280 additions and 33 deletions

View File

@@ -69,6 +69,7 @@ requests = "^2.32.3"
six = "^1.16.0"
urllib3 = "^2.2.1"
webencodings = "^0.5.1"
flask-socketio = "^5.3.6"
[tool.poetry.group.dev.dependencies]