cairocffi

This commit is contained in:
Michael Fogleman 2018-03-04 18:10:49 -05:00
parent 6a3ab49cbe
commit 1b48a29dae
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from .paths import (
expand_quadratics, paths_length)
try:
import cairo
import cairocffi as cairo
except ImportError:
cairo = None

View File

@ -1,3 +1,4 @@
cairocffi
pyserial
pyhull
Shapely