summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2021-08-07 10:58:02 -0400
committerLex Neva <github.com@lexneva.name>2021-08-07 10:58:02 -0400
commit12ef0c84aa732623b210fdce1a7b8301aa435217 (patch)
tree4c7fbb33c4840be4bf8d8fecfd7fe481d0e56895 /requirements.txt
parentc1e6558f7852def419adfbeb087b2194e6030a2c (diff)
parentd6e20fae8a03ac162ae0c863fff06b5bd8b77902 (diff)
Merge remote-tracking branch 'origin/main' into kaalleen/satin-patterns
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 84ba47d0..698ea35d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,10 @@
./pyembroidery
-inkex
+
+# This installs inkex, the Inkscape python extension library.
+# We need the new style handling that was added after the inkex version bundled
+# with Inkscape 1.1. That's why we're installing from Git.
+-e git+https://gitlab.com/inkscape/extensions.git@139d71470e7d6bbe9fcd869f385fc73e3a8a8bea#egg=inkscape-core-extensions
+
backports.functools_lru_cache
wxPython
networkx