mirror of
https://github.com/JHUAPL/kaipy.git
synced 2026-01-08 22:07:57 -05:00
Adding dashboard requirements
This commit is contained in:
@@ -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
|
||||||
|
|||||||
5
setup.py
5
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user