From ca83874f656823656cf661c6ad7cc6704a72360c Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Tue, 14 Jun 2022 08:42:23 +0200 Subject: 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 --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index 43ee3358bd..190ef82926 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,3 @@ pytest pyinstaller +sip==6.5.1 -- cgit v1.2.3