Initial fastapi implementation (Ping working)

This commit is contained in:
Matthias
2020-12-24 06:55:19 +01:00
parent 31829d5250
commit 1e38fec61b
6 changed files with 108 additions and 1 deletions

View File

@@ -32,6 +32,10 @@ flask==1.1.2
flask-jwt-extended==3.25.0
flask-cors==3.0.9
# API Server
fastapi==0.63.0
uvicorn==0.13.2
# Support for colorized terminal output
colorama==0.4.4
# Building config files interactively