Add flask-jwt-extended dependency

This commit is contained in:
Matthias
2020-05-09 20:16:04 +02:00
parent 18ec65e05f
commit b72997fc2b
2 changed files with 2 additions and 1 deletions

View File

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