diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-02-27 02:02:12 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-02-27 02:02:12 +0100 |
commit | a8d46ef343cfceddc0e19bc73e2a366e1840697d (patch) | |
tree | 90bae74d6e7dc06bdaefa58296628375dd9cfaae /examples | |
parent | aafc72a44baf1169f71167367bd7d8663e6445d7 (diff) | |
parent | 595bd5c5e352d9af7044bcc3fd64e932ddec0fc1 (diff) |
Merge branch 'main' of github.com:utoni/nDPId
Diffstat (limited to 'examples')
-rw-r--r-- | examples/py-flow-dashboard/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/py-flow-dashboard/requirements.txt b/examples/py-flow-dashboard/requirements.txt index 6960557d9..cd38ff32a 100644 --- a/examples/py-flow-dashboard/requirements.txt +++ b/examples/py-flow-dashboard/requirements.txt @@ -1,3 +1,3 @@ dash dash_daq -Werkzeug==2.0 +Werkzeug==2.2.3 |