From 0d5a3e1941f785d962243efd5a1e99670ffb787d Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Thu, 27 Feb 2020 16:50:02 +0100 Subject: [PATCH 1/2] Add requirements.txt file The wiki page for bulding from source mentions some pip dependencies but misses others. I suggest to pup them here and add a `pip3 install -r requirements.txt` to the wiki --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000..a5ec5e3035 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +colorlog +pyserial +sentry-sdk +shapely +PyQt5==5.10 +trimesh +zeroconf \ No newline at end of file From cc66c207edaeb023b78f3e7383462224fd867506 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 6 Mar 2020 13:47:15 +0100 Subject: [PATCH 2/2] Add numpy-stl & requests to requirements file --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a5ec5e3035..69494578df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,6 @@ sentry-sdk shapely PyQt5==5.10 trimesh -zeroconf \ No newline at end of file +zeroconf +numpy-stl +requests