Skip to content

Commit

Permalink
Update python version and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mepearson committed Jul 26, 2024
1 parent 0c3b131 commit 187a9a7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.9-slim

ENV PYTHONUNBUFFERED=1

Expand Down
21 changes: 10 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
dash==2.5.1
dash-bootstrap-components==1.1.0
dash==2.17.1
dash-bootstrap-components==1.6.0
dash-daq==0.5.0
dash-extensions==0.0.71
Flask==2.1.2
gunicorn==20.0.4
pandas==1.3.5
plotly==5.9.0
numpy==1.21.6
requests
xlsxwriter==3.0.3
Werkzeug==2.0.3
dash-extensions==1.0.18
Flask==3.0.3
gunicorn==22.0.0
pandas==2.2.2
plotly==5.23.0
requests==2.32.3
xlsxwriter==3.2.0
Werkzeug==3.0.3
12 changes: 12 additions & 0 deletions requirements_old.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dash==2.5.1
dash-bootstrap-components==1.1.0
dash-daq==0.5.0
dash-extensions==0.0.71
Flask==2.1.2
gunicorn==20.0.4
pandas==1.3.5
plotly==5.9.0
numpy==1.21.6
requests
xlsxwriter==3.0.3
Werkzeug==2.0.3

0 comments on commit 187a9a7

Please sign in to comment.