inkstitch/requirements.txt

32 wiersze
815 B
Plaintext
Czysty Zwykły widok Historia

2018-08-16 18:55:23 +00:00
./pyembroidery
# inkex is not currently uploaded to pypi, the version there is extremely out of date
inkex @ git+https://gitlab.com/inkscape/extensions.git@EXTENSIONS_AT_INKSCAPE_1.2.2
# lower bound to allow for the use of system packages on Debian and distros that have updated to 4.2
# CI adds an == 4.1.1 constraint for prebuilt packages
wxPython>=4.1.1
2017-11-05 00:46:58 +00:00
backports.functools_lru_cache
networkx
shapely==1.8.5
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
stringcase
2020-04-25 12:22:17 +00:00
tinycss2
flask
fonttools
trimesh>=3.15.2
scipy
2018-05-03 00:30:59 +00:00
pywinutils ; sys_platform == 'win32'
pywin32 ; sys_platform == 'win32'