Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-06-14 09:42:23 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-06-14 09:42:23 +0300
commitca83874f656823656cf661c6ad7cc6704a72360c (patch)
tree2f6b8d5c9b280db84a462754ba6fb9b0269cea06 /requirements-dev.txt
parent296dd40da7dfaa4fc2e36f3e1fc4aa9db272dc1e (diff)
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
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt1
1 files changed, 1 insertions, 0 deletions
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