You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has occurred to me that we are reliant on a number of d3 related repositories such as d3-simple-slider and d3-tip, but this is not reflected in the dependency graph. We may want to find a way to explicitly tell github that we use these things. I don't think the cdn (#34) affects this at all, but I think the dependency graph is a good thing to keep in mind for the future.
The text was updated successfully, but these errors were encountered:
Technically, we could make a package.json file as used for npm to include this info. There would be no purpose to running any npm commands, but it would at least document the additional packages.
This could also open up the possibility of additional linters etc beyond just the python packages we use now.
On a related note, we should probably include python dependencies for both production and development in order to include the linters we are actively using.
It has occurred to me that we are reliant on a number of d3 related repositories such as d3-simple-slider and d3-tip, but this is not reflected in the dependency graph. We may want to find a way to explicitly tell github that we use these things. I don't think the cdn (#34) affects this at all, but I think the dependency graph is a good thing to keep in mind for the future.
The text was updated successfully, but these errors were encountered: