KnowHow

技術的なメモを中心にまとめます。
検索にて調べることができます。

Dashの動作環境メモ

登録日 :2023/04/09 11:32
カテゴリ :python dash

私のDash環境のメモ

1 pythonバージョン
~/dash$ python --version
Python 3.8.10

2 pythonライブラリ
下段にrequirement.txtを添付

requirement.txt

Brotli==1.0.9
click==8.1.3
dash==0.39.0
dash-core-components==0.44.0
dash-daq==0.1.0
dash-html-components==0.14.0
dash-renderer==0.20.0
dash-table==3.6.0
Flask==2.2.3
Flask-Compress==1.13
gunicorn==20.1.0
importlib-metadata==6.2.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.2
numpy==1.24.2
packaging==23.0
pandas==1.5.3
plotly==5.14.1
python-dateutil==2.8.2
pytz==2023.3
six==1.16.0
tenacity==8.2.2
Werkzeug==2.2.3
zipp==3.15.0