inkstitch/requirements.txt

25 wiersze
565 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.
2021-10-09 08:03:41 +00:00
-e git+https://gitlab.com/inkscape/extensions.git@3796f912f666a0981917839c77eb94fdd6fc6a94#egg=inkscape-core-extensions
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
2018-05-03 00:30:59 +00:00
pywinutils; sys.platform == 'win32'
pywin32; sys.platform == 'win32'