2018-08-16 18:55:23 +00:00
|
|
|
./pyembroidery
|
2021-07-25 05:24:34 +00:00
|
|
|
|
|
|
|
# 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.
|
2021-10-09 08:03:41 +00:00
|
|
|
-e git+https://gitlab.com/inkscape/extensions.git@3796f912f666a0981917839c77eb94fdd6fc6a94#egg=inkscape-core-extensions
|
2021-07-25 05:24:34 +00:00
|
|
|
|
2017-11-05 00:46:58 +00:00
|
|
|
backports.functools_lru_cache
|
2021-03-04 17:40:53 +00:00
|
|
|
wxPython
|
|
|
|
networkx
|
2021-11-15 06:21:16 +00:00
|
|
|
shapely<=1.7.0
|
2017-11-05 00:46:58 +00:00
|
|
|
lxml
|
2017-11-05 00:48:22 +00:00
|
|
|
appdirs
|
2021-03-04 17:40:53 +00:00
|
|
|
numpy<=1.17.4
|
2019-04-06 18:06:49 +00:00
|
|
|
jinja2>2.9
|
2018-03-31 00:37:11 +00:00
|
|
|
requests
|
2018-05-03 00:30:59 +00:00
|
|
|
colormath
|
2018-08-20 02:14:10 +00:00
|
|
|
stringcase
|
2020-04-25 12:22:17 +00:00
|
|
|
tinycss2
|
2021-03-04 17:40:53 +00:00
|
|
|
flask
|
|
|
|
fonttools
|
2018-05-03 00:30:59 +00:00
|
|
|
|
2018-04-26 00:55:17 +00:00
|
|
|
pywinutils; sys.platform == 'win32'
|
|
|
|
pywin32; sys.platform == 'win32'
|