posit-dev / great-tables

Make awesome display tables using Python.
https://posit-dev.github.io/great-tables/
MIT License
1.43k stars 48 forks source link

Remove `webcolors` as a dependency #282

Closed rich-iannone closed 1 month ago

rich-iannone commented 2 months ago

The webcolors package is not needed but is currently listed as a required dependency in pyproject.toml. I believe it was added during a PR but in the resolution of that work we didn't end up needing webcolors.

See https://github.com/search?q=repo%3Aposit-dev%2Fgreat-tables%20webcolors&type=code where there is only a single reference to webcolors in the codebase.