diff options
author | Peter Mikus <pmikus@cisco.com> | 2022-01-10 13:19:31 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-01-11 14:09:38 +0100 |
commit | a5e8351152d9513811e2d6d9eaaf2180e35e002d (patch) | |
tree | 83ee473fc391aff83869706345acf740eba22cd9 /resources/tools/dash/app/requirements.txt | |
parent | fd5600f3441d99f4cc9643e3a0da99c850b80a5c (diff) |
feat(uti): Dash demo
- displays the table with trending data downloaded from trending pages
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: Ic0d48290105ccd846c7de9ee4d8acb78e0b72f00
Diffstat (limited to 'resources/tools/dash/app/requirements.txt')
-rw-r--r-- | resources/tools/dash/app/requirements.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/resources/tools/dash/app/requirements.txt b/resources/tools/dash/app/requirements.txt new file mode 100644 index 0000000000..90e595e81c --- /dev/null +++ b/resources/tools/dash/app/requirements.txt @@ -0,0 +1,35 @@ +attrs==21.2.0 +Brotli==1.0.9 +click==8.0.3 +dash==2.0.0 +dash-core-components==2.0.0 +dash-html-components==2.0.0 +dash-renderer==1.9.1 +dash-table==5.0.0 +Flask==2.0.2 +Flask-Assets==2.0 +Flask-Compress==1.10.1 +future==0.18.2 +intervaltree==3.1.0 +itsdangerous==2.0.1 +Jinja2==3.0.3 +MarkupSafe==2.0.1 +numpy==1.21.4 +packaging==21.3 +pandas==1.3.5 +pip==21.2.4 +plotly==5.4.0 +protobuf==3.19.1 +pyparsing==3.0.6 +python-dateutil==2.8.2 +python-dotenv==0.19.2 +pytz==2022.3 +retrying==1.3.3 +setuptools==57.5.0 +six==1.16.0 +sortedcontainers==2.4.0 +tenacity==8.0.1 +uWSGI==2.0.20 +webassets==2.0 +Werkzeug==2.0.2 +wheel==0.37.0
\ No newline at end of file |