From c99a0ece9a397ed2a69c0fb29e2565d3ebe3c6c4 Mon Sep 17 00:00:00 2001 From: Barnaby Walters Date: Tue, 25 Oct 2016 21:17:09 +0000 Subject: [PATCH] Added svg.path to requirements.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s required for FlatCAM to work, and already made its way into the Ubuntu setup script. Added it here too so that people installing using the requirements file also get everything they need. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 53c65152..6e24281e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ shapely>=1.3 simplejson rtree scipy +svg.path