parent
f45ddf0345
commit
8bb0feb956
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -99,7 +99,7 @@ all_extra_deps = [
|
||||||
_dep_sshpubkeys_py2,
|
_dep_sshpubkeys_py2,
|
||||||
_dep_sshpubkeys_py3,
|
_dep_sshpubkeys_py3,
|
||||||
]
|
]
|
||||||
all_server_deps = all_extra_deps + ["flask", "flask-cors"]
|
all_server_deps = all_extra_deps + ["flask<2.0.0", "flask-cors"]
|
||||||
|
|
||||||
# TODO: do we want to add ALL services here?
|
# TODO: do we want to add ALL services here?
|
||||||
# i.e. even those without extra dependencies.
|
# i.e. even those without extra dependencies.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue