Add flask-jwt-extended dependency
This commit is contained in:
parent
18ec65e05f
commit
b72997fc2b
@ -25,6 +25,7 @@ sdnotify==0.3.2
|
|||||||
|
|
||||||
# Api server
|
# Api server
|
||||||
flask==1.1.2
|
flask==1.1.2
|
||||||
|
flask-jwt-extended==3.24.1
|
||||||
|
|
||||||
# Support for colorized terminal output
|
# Support for colorized terminal output
|
||||||
colorama==0.4.3
|
colorama==0.4.3
|
||||||
|
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ if readme_file.is_file():
|
|||||||
readme_long = (Path(__file__).parent / "README.md").read_text()
|
readme_long = (Path(__file__).parent / "README.md").read_text()
|
||||||
|
|
||||||
# Requirements used for submodules
|
# Requirements used for submodules
|
||||||
api = ['flask']
|
api = ['flask', 'flask-jwt-extended']
|
||||||
plot = ['plotly>=4.0']
|
plot = ['plotly>=4.0']
|
||||||
hyperopt = [
|
hyperopt = [
|
||||||
'scipy',
|
'scipy',
|
||||||
|
Loading…
Reference in New Issue
Block a user