aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-11-14 22:05:28 +0100
committerjaseg <git@jaseg.de>2023-11-14 22:06:18 +0100
commit357c49016d0a2d2834ac55d986542efbdb334cee (patch)
tree2a6679107f4d23ef6d7d146bffa938e6ff211686
parent2384f4fc9419708d17779fec418ac5f2286ac8d4 (diff)
downloadgerbolyze-357c49016d0a2d2834ac55d986542efbdb334cee.tar.gz
gerbolyze-357c49016d0a2d2834ac55d986542efbdb334cee.tar.bz2
gerbolyze-357c49016d0a2d2834ac55d986542efbdb334cee.zip
Bump required gerbonara version to v1.2.0
gerbonara v1.2.0 lands a fix for extremely broken aperture macro parsing at certain cheap PCB fab houses.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5a380fa..d1998a4 100755
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ setup(
},
author = 'jaseg',
author_email = 'gerbonara@jaseg.de',
- install_requires = ['gerbonara >= 1.1.0', 'beautifulsoup4', 'numpy', 'python-slugify', 'lxml', 'click', 'svg-flatten-wasi'],
+ install_requires = ['gerbonara >= 1.2.0', 'beautifulsoup4', 'numpy', 'python-slugify', 'lxml', 'click', 'svg-flatten-wasi'],
license = 'AGPLv3',
classifiers = [
'Development Status :: 5 - Production/Stable',