cairocffi
This commit is contained in:
parent
6a3ab49cbe
commit
1b48a29dae
|
@ -7,7 +7,7 @@ from .paths import (
|
||||||
expand_quadratics, paths_length)
|
expand_quadratics, paths_length)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import cairo
|
import cairocffi as cairo
|
||||||
except ImportError:
|
except ImportError:
|
||||||
cairo = None
|
cairo = None
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
cairocffi
|
||||||
pyserial
|
pyserial
|
||||||
pyhull
|
pyhull
|
||||||
Shapely
|
Shapely
|
||||||
|
|
Loading…
Reference in New Issue