inkstitch/requirements.txt

30 wiersze
643 B
Plaintext

2018-08-16 18:55:23 +00:00
./pyembroidery
# get up to date inkex version (Febuary 10, 2024)
inkex @ git+https://gitlab.com/inkscape/extensions.git@8d51d7449d73096382c2f39e726eddc4f9bbcfc4
wxPython>=4.1.1
2017-11-05 00:46:58 +00:00
backports.functools_lru_cache
networkx
shapely>=2.0.0
2017-11-05 00:46:58 +00:00
lxml
2017-11-05 00:48:22 +00:00
appdirs
numpy
jinja2>2.9
requests
# colormath - last official release: 3.0.0
# we need already submitted fixes - so let's grab them from the github repository
colormath @ git+https://github.com/gtaylor/python-colormath.git@4a076831fd5136f685aa7143db81eba27b2cd19a
2023-02-23 02:08:40 +00:00
flask>=2.2.0
fonttools
trimesh>=3.15.2
scipy
2022-07-16 03:22:37 +00:00
diskcache
flask-cors
pywinutils ; sys_platform == 'win32'
pywin32 ; sys_platform == 'win32'