diff options
author | jaseg <git@jaseg.de> | 2023-11-14 22:05:28 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-11-14 22:06:18 +0100 |
commit | 357c49016d0a2d2834ac55d986542efbdb334cee (patch) | |
tree | 2a6679107f4d23ef6d7d146bffa938e6ff211686 | |
parent | 2384f4fc9419708d17779fec418ac5f2286ac8d4 (diff) | |
download | gerbolyze-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |