mathandy / svgpathtools

A collection of tools for manipulating and analyzing SVG Path objects and Bezier curves.
MIT License
557 stars 142 forks source link

Specify dependencies correctly in setup.py #32

Closed nyergler closed 6 years ago

nyergler commented 7 years ago

When installing it's helpful to have a package able to verify its dependencies are available. These should be specified as install_requires.