Skip to content

Return cairosvg to the requirements.txt file

Benjamin Sherman requested to merge fix_requirements into master

Cairosvg requires the python wheel to be setup properly to build, but the pip package "wheel" isn't listed as an installation requirement for the package. This adds it as a manual install so we can build cairosvg.

Merge request reports