diff options
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 |