This PR moves the sdss-solara dependency, which includes the sdss-explorer dataview dashboard dependency to poetry's extras. Running poetry install will now install just the valis stuff. Running poetry install -E solara will install the extra solara dependencies for full development and testing. Closes #21
This PR moves the
sdss-solara
dependency, which includes thesdss-explorer
dataview dashboard dependency to poetry's extras. Runningpoetry install
will now install just the valis stuff. Runningpoetry install -E solara
will install the extra solara dependencies for full development and testing. Closes #21