Skip to content

Commit

Permalink
Add flask/werkzeug as direct dependencies (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Jan 20, 2022
1 parent 33ae509 commit cdc2ad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def get_long_description() -> str:
"dash>=2.0",
"dash-pivottable>=0.0.2",
"dataclasses>=0.8; python_version<'3.7'",
"flask>=2.0",
"flask-caching>=1.4",
"flask-talisman>=0.6",
"importlib-metadata>=1.7; python_version<'3.8'",
Expand All @@ -96,6 +97,7 @@ def get_long_description() -> str:
"tqdm>=4.8",
"typing-extensions>=3.7; python_version<'3.8'",
"webviz-core-components>=0.5.4",
"werkzeug>=2.0",
],
extras_require={
"tests": TESTS_REQUIRES,
Expand Down

0 comments on commit cdc2ad6

Please sign in to comment.