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

View File

@ -16,7 +16,7 @@ if readme_file.is_file():
readme_long = (Path(__file__).parent / "README.md").read_text()
# Requirements used for submodules
api = ['flask']
api = ['flask', 'flask-jwt-extended']
plot = ['plotly>=4.0']
hyperopt = [
'scipy',