Adding dashboard requirements

This commit is contained in:
Jeffrey Garretson
2025-10-02 00:52:25 -06:00
parent bceea9fbea
commit db8dd45b6f
2 changed files with 11 additions and 1 deletions

View File

@@ -4,11 +4,16 @@ cartopy
cdasws cdasws
cmasher cmasher
configparser configparser
dash
dash_bootstrap_components
flask_caching
h5py h5py
jupyterlab jupyterlab
matplotlib matplotlib
pandas pandas
progressbar progressbar
pyqt5
pyqtwebengine
pyspedas pyspedas
pytest pytest
slack_sdk slack_sdk

View File

@@ -25,11 +25,16 @@ setup(
'cdasws', 'cdasws',
'cmasher', 'cmasher',
'configparser', 'configparser',
'dash',
'dash_bootstrap_components',
'flask_caching',
'h5py', 'h5py',
'jupyterlab', 'jupyterlab',
'matplotlib', 'matplotlib',
'pandas', 'pandas',
'progressbar', 'progressbar',
'pyqt5',
'pyqtwebengine',
'pyspedas', 'pyspedas',
'pytest', 'pytest',
'slack_sdk', 'slack_sdk',