diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-11 08:14:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-11 08:14:40 +0200 |
| commit | bf42ef00ca315e78c0069c01d97517e3786f2135 (patch) | |
| tree | 100619af8d29613a47fb0cb08414afdc270cf6d7 /requirements.txt | |
| parent | 19b59aa2f4e94d7ac32e37aaa74aed7f99340859 (diff) | |
Update inkex (#2892)
* fix currentColor
* fix pip inkex import
* fix color block extension
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 9c85b0f0..5fe6c915 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ./pyembroidery # get up to date inkex version (Febuary 10, 2024) -inkex @ git+https://gitlab.com/inkscape/extensions.git@8d51d7449d73096382c2f39e726eddc4f9bbcfc4 +inkex @ git+https://gitlab.com/inkscape/extensions.git@618fe5e1e431d4b28a078660bf17afc65335fe39 # for linux user it may be tricky to install wxPython from sources # prebuilt packages: https://wxpython.org/pages/downloads/index.html |
