summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-07-25 07:24:34 +0200
committerGitHub <noreply@github.com>2021-07-25 07:24:34 +0200
commit2f35a4a192eb6aa3b68b715da6c1ba984084e0e5 (patch)
tree7a28d41ff83730e3bf53ee65b315783497503cec /requirements.txt
parent36815f977d7236311e9b345c33fbc74390766385 (diff)
Fix Style Issues (#1154)
Co-authored-by: Lex Neva <github.com@lexneva.name>
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