diff options
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ METADATA = { } SETUPTOOLS_METADATA = { - 'install_requires': ['svgwrite'], + 'install_requires': ['svgwrite', 'cairocffi'], } |
index : gerbonara.git | ||
Gerbonara: Pythonic library to read, modify and write Gerber and other PCB fabrication file formats | jaseg |
summaryrefslogtreecommitdiff |
-rw-r--r-- | setup.py | 2 |
@@ -39,7 +39,7 @@ METADATA = { } SETUPTOOLS_METADATA = { - 'install_requires': ['svgwrite'], + 'install_requires': ['svgwrite', 'cairocffi'], } |