diff options
author | Lukas Metzger | 2020-06-10 20:45:11 +0200 |
---|---|---|
committer | Lukas Metzger | 2020-06-10 20:45:11 +0200 |
commit | dfa1ae4b74a68f52a7fbcafd5df51e7773188899 (patch) | |
tree | 9ffd61ad44640255e403909cfd979da39b695f13 /dash | |
parent | Move dashboard to subfolder (diff) | |
download | bwlp-statistics-dfa1ae4b74a68f52a7fbcafd5df51e7773188899.tar.gz bwlp-statistics-dfa1ae4b74a68f52a7fbcafd5df51e7773188899.tar.xz bwlp-statistics-dfa1ae4b74a68f52a7fbcafd5df51e7773188899.zip |
Unified requirements file
Diffstat (limited to 'dash')
-rw-r--r-- | dash/requirements.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dash/requirements.txt b/dash/requirements.txt deleted file mode 100644 index 0baad9b..0000000 --- a/dash/requirements.txt +++ /dev/null @@ -1,26 +0,0 @@ -Brotli==1.0.7 -click==7.1.2 -dash==1.12.0 -dash-bootstrap-components==0.10.0 -dash-core-components==1.10.0 -dash-html-components==1.0.3 -dash-renderer==1.4.1 -dash-table==4.7.0 -Flask==1.1.2 -Flask-Compress==1.5.0 -future==0.18.2 -gunicorn==20.0.4 -humanize==2.4.0 -itsdangerous==1.1.0 -Jinja2==2.11.2 -MarkupSafe==1.1.1 -natsort==7.0.1 -numpy==1.18.4 -pandas==1.0.3 -plotly==4.7.1 -PyMySQL==0.9.3 -python-dateutil==2.8.1 -pytz==2020.1 -retrying==1.3.3 -six==1.14.0 -Werkzeug==1.0.1 |