Add cors support - needed for UI

This commit is contained in:
Matthias
2020-05-16 07:07:24 +02:00
parent 788d75572b
commit 61f6acb5c9
4 changed files with 5 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ sdnotify==0.3.2
# Api server
flask==1.1.2
flask-jwt-extended==3.24.1
flask-cors==3.0.8
# Support for colorized terminal output
colorama==0.4.3