Open peterdudfield opened 5 days ago
Streamlit is currently install by default. It would be nice if this is moved to a development dependencies in pyproject.toml, so its only installed as need be
We shouldnt install packages we dont need
Here- https://github.com/openclimatefix/open-source-quartz-solar-forecast/blob/main/pyproject.toml#L29
Detailed Description
Streamlit is currently install by default. It would be nice if this is moved to a development dependencies in pyproject.toml, so its only installed as need be
Context
We shouldnt install packages we dont need
Possible Implementation
Here- https://github.com/openclimatefix/open-source-quartz-solar-forecast/blob/main/pyproject.toml#L29