From 418a4067dfe0036fa3bc7f447fbba657ed4ef82c Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 6 Mar 2020 14:49:24 +0100 Subject: Add all requirements from cura-build-env to requirements.txt --- requirements.txt | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 69494578df..fedfb47c81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,32 @@ colorlog -pyserial -sentry-sdk -shapely PyQt5==5.10 -trimesh -zeroconf -numpy-stl -requests +numpy==1.15.4 +scipy==1.2.0 +shapely[vectorized]==1.6.4.post2 +appdirs==1.4.3 +certifi==2019.11.28 +cffi==1.13.1 +chardet==3.0.4 +cryptography==2.8 +decorator==4.4.0 +idna==2.8 +netifaces==0.10.9 +networkx==2.3 +numpy-stl==2.10.1 +packaging==18.0 +pycollada==0.6 +pycparser==2.19 +pyparsing==2.4.2 +pyserial==3.4 +python-dateutil==2.8.0 +python-utils==2.3.0 +requests==2.22.0 +sentry-sdk==0.13.5 +six==1.12.0 +trimesh==3.2.33 +typing==3.7.4 +twisted==19.10.0 +urllib3==1.25.6 +PyYAML==5.1.2 +zeroconf==0.24.1 +comtypes==1.1.7 -- cgit v1.2.3