update to latest kicad-python to support sync >to> KiCAD, needs KiCAD 9.0.2
This commit is contained in:
parent
ca9a0e5faa
commit
b203270b54
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue