Add mobile interface and add handle metrics

This commit is contained in:
2026-01-26 18:34:12 +03:00
parent dd05e7f5c7
commit 920aaaa424
7 changed files with 82 additions and 34 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ dependencies = [
"pytest (>=9.0.2,<10.0.0)",
"aiobotocore (>=3.1.0,<4.0.0)",
"types-aiobotocore[essential] (>=3.1.0,<4.0.0)",
"websockets (>=16.0,<17.0)"
"websockets (>=16.0,<17.0)",
"prometheus-fastapi-instrumentator (>=7.1.0,<8.0.0)"
]