Added req to setup.py and pyproject.toml

This commit is contained in:
cookieenick
2025-05-23 11:00:54 -06:00
parent af6f8d46ab
commit 570fac8c7c
2 changed files with 7 additions and 0 deletions

View File

@@ -25,13 +25,18 @@ dependencies = [
"cdasws",
"configparser",
"h5py",
"jupyterlab",
"matplotlib",
"pandas",
"progressbar",
"pyspedas",
"pytest",
"slack_sdk",
"spacepy",
"sphinx-rtd-theme",
"sunpy",
"gfz-api-client",
"supermag-api"
]
[tool.pytest.ini_options]

View File

@@ -27,6 +27,8 @@ setup(
'spacepy',
'sphinx-rtd-theme',
'sunpy',
'gfz-api-client',
'supermag-api'
],
classifiers=[
'Development Status :: 3 - Alpha',