Add webUI serving to api-server

This commit is contained in:
Matthias
2021-01-10 10:31:05 +01:00
parent 79087ba166
commit 27970b424d
6 changed files with 35 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ sdnotify==0.3.2
fastapi==0.63.0
uvicorn==0.13.3
pyjwt==2.0.1
aiofiles==0.6.0
# Support for colorized terminal output
colorama==0.4.4