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:
authorJaime van Kessel <nallath@gmail.com>2020-03-06 15:47:15 +0300
committerJaime van Kessel <nallath@gmail.com>2020-03-06 15:47:15 +0300
commitcc66c207edaeb023b78f3e7383462224fd867506 (patch)
treeea23622c5b82cf15dfefbb4013592a4d5d3eb000
parent0d5a3e1941f785d962243efd5a1e99670ffb787d (diff)
Add numpy-stl & requests to requirements file
-rw-r--r--requirements.txt4
1 files changed, 3 insertions, 1 deletions
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