Browse Source

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
j.spijker@ultimaker.com 2 years ago
parent
commit
ca83874f65
1 changed files with 1 additions and 0 deletions
  1. 1 0
      requirements-dev.txt

+ 1 - 0
requirements-dev.txt

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