Add sip as dev requirement

Although net technically needed by Cura, our other Python binding
modules (such as pynest2d, pyArcus, pySavitar) might need it if
the need to be build on the host machine

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-14 08:42:23 +02:00 committed by Jelle Spijker
parent 296dd40da7
commit ca83874f65

View File

@ -1,2 +1,3 @@
pytest
pyinstaller
sip==6.5.1