inkstitch/requirements.txt

29 wiersze
760 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
https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.1.1-cp38-cp38-linux_x86_64.whl ; sys_platform == 'linux'
wxPython==4.1.1 ; sys_platform == 'darwin'
wxPython==4.1.1 ; sys_platform == 'win32'
networkx
shapely
2017-11-05 00:46:58 +00:00
lxml
2017-11-05 00:48:22 +00:00
appdirs
numpy
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
scipy
2018-05-03 00:30:59 +00:00
pywinutils ; sys_platform == 'win32'
pywin32 ; sys_platform == 'win32'