Skip to content

Commit

Permalink
Add prophet to updater and sort requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sjtrny committed Dec 19, 2022
1 parent cbb9de1 commit a9af0a5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
23 changes: 12 additions & 11 deletions dash/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
beautifulsoup4==4.11.1
# dash-multi==0.3
Brotli==1.0.9
Flask-Compress==1.12
Flask==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.1
PyYAML==5.1
Werkzeug==2.1.2
beautifulsoup4==4.11.1
click==8.1.3
dash==2.5.1
dash-bootstrap-components==1.1.0
dash-core-components==2.0.0
dash-dangerously-set-inner-html==0.0.2
dash-html-components==2.0.0
# dash-multi==0.3
dash-table==5.0.0
dash==2.5.1
et-xmlfile==1.1.0
Flask==2.1.2
Flask-Compress==1.12
frontmatter==3.0.7
gunicorn==20.1.0
humanize==4.1.0
importlib-metadata==4.11.4
itsdangerous==2.1.2
Jinja2==3.1.2
kaleido==0.2.1
markdown2==2.4.3
MarkupSafe==2.1.1
numpy==1.22.4
openpyxl==3.0.10
pandas==1.4.2
plotly==5.8.0
prophet==1.1
python-dateutil==2.8.2
python-slugify==6.1.2
pytz==2022.1
PyYAML==5.1
six==1.16.0
soupsieve==2.3.2.post1
tenacity==8.0.1
Werkzeug==2.1.2
zipp==3.8.0
kaleido==0.2.1
python-slugify==6.1.2
16 changes: 8 additions & 8 deletions updater/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
Jinja2==3.1.2
MarkupSafe==2.1.1
PyYAML==6.0
certifi==2022.5.18.1
cffi==1.15.0
charset-normalizer==2.0.12
idna==3.3
Jinja2==3.1.2
joblib==1.1.0
MarkupSafe==2.1.1
kaleido==0.2.1
numpy==1.22.4
packaging==21.3
pandas==1.4.2
patsy==0.5.2
plotly==5.8.0
prophet==1.1
pycparser==2.21
pyparsing==3.0.9
python-dateutil==2.8.2
pytz==2022.1
python-slugify==6.1.2
pytz-deprecation-shim==0.1.0.post0
PyYAML==6.0
pytz==2022.1
requests==2.27.1
rpy2==3.5.2
scikit-learn==1.1.1
Expand All @@ -29,7 +33,3 @@ tzdata==2022.1
tzlocal==4.2
urllib3==1.26.9
wbgapi==1.0.7
plotly==5.8.0
kaleido==0.2.1
prophet==1.1
python-slugify==6.1.2

0 comments on commit a9af0a5

Please sign in to comment.