diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-03-25 07:20:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 07:20:55 +0100 |
| commit | d8e80f4df8c12d2f7921bfa282ba06390ff09974 (patch) | |
| tree | c515d83fad6dbae98ea4c7f170b1c814669ce64b /requirements.txt | |
| parent | dfb43d2812aaa864ad47ceff85cb385a430c893e (diff) | |
inkex update (#2168)
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 05908f8d..0e9a0ec5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ ./pyembroidery -# inkex is not currently uploaded to pypi, the version there is extremely out of date -inkex @ git+https://gitlab.com/inkscape/extensions.git@EXTENSIONS_AT_INKSCAPE_1.2.2 +# get up to date inkex version (March 18 2023) +inkex @ git+https://gitlab.com/inkscape/extensions.git@29205f3cc6c39283e190a36d72d01ef428f668e5 # lower bound to allow for the use of system packages on Debian and distros that have updated to 4.2 # CI adds an == 4.1.1 constraint for prebuilt packages |
