update to latest kicad-python to support sync >to> KiCAD, needs KiCAD 9.0.2

This commit is contained in:
Morgan 'ARR\!' Allen 2025-03-31 12:47:27 -07:00
parent ca9a0e5faa
commit b203270b54

View file

@ -13,5 +13,5 @@ setup(name='freecad.kiconnect',
maintainer_email='morgan@oit.cloud',
url='https://git.oit.cloud/morgan/kiconnect',
description='Printed Circuit Workbench for interacting with KiCAD v9+ API',
install_requires=['git+https://gitlab.com/kicad/code/kicad-python.git@55feccb010d3c3d5e501133b87330bbdafef5fff',],
install_requires=['git+https://gitlab.com/kicad/code/kicad-python.git@dceca75cbb40dbd540039ea13d76414a62b74360',],
include_package_data=True)