diff --git a/requirements.txt b/requirements.txt index f2839d2..55c22c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,11 +4,16 @@ cartopy cdasws cmasher configparser +dash +dash_bootstrap_components +flask_caching h5py jupyterlab matplotlib pandas progressbar +pyqt5 +pyqtwebengine pyspedas pytest slack_sdk @@ -17,4 +22,4 @@ sphinx-rtd-theme sphinxcontrib-autoprogram sunpy gfz-api-client -supermag-api \ No newline at end of file +supermag-api diff --git a/setup.py b/setup.py index 15c95b4..9b63de9 100644 --- a/setup.py +++ b/setup.py @@ -25,11 +25,16 @@ setup( 'cdasws', 'cmasher', 'configparser', + 'dash', + 'dash_bootstrap_components', + 'flask_caching', 'h5py', 'jupyterlab', 'matplotlib', 'pandas', 'progressbar', + 'pyqt5', + 'pyqtwebengine', 'pyspedas', 'pytest', 'slack_sdk',