inkstitch/requirements.txt

27 wiersze
567 B
Plaintext
Czysty Zwykły widok Historia

2018-08-16 18:55:23 +00:00
./pyembroidery
# 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.
2022-04-05 16:20:03 +00:00
-e git+https://gitlab.com/inkscape/extensions.git@e44fdcbe6bcc917ef3a2164eb0c130f7276fb83f#egg=inkex
2017-11-05 00:46:58 +00:00
backports.functools_lru_cache
wxPython
networkx
2022-01-18 17:05:02 +00:00
shapely==1.8.0
2017-11-05 00:46:58 +00:00
lxml
2017-11-05 00:48:22 +00:00
appdirs
numpy<=1.17.4
jinja2>2.9
requests
2018-05-03 00:30:59 +00:00
colormath
stringcase
2020-04-25 12:22:17 +00:00
tinycss2
flask
fonttools
2021-11-21 11:44:06 +00:00
trimesh
2022-02-18 18:16:11 +00:00
scipy==1.7.3
2018-05-03 00:30:59 +00:00
pywinutils; sys.platform == 'win32'
pywin32; sys.platform == 'win32'