summaryrefslogtreecommitdiff
path: root/requirements.txt
blob: 585b1dace3c103d79d1325c3b089c4efa77a606d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
./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.
-e git+https://gitlab.com/inkscape/extensions.git@e44fdcbe6bcc917ef3a2164eb0c130f7276fb83f#egg=inkex

backports.functools_lru_cache
wxPython
networkx
shapely==1.8.0
lxml
appdirs
numpy<=1.17.4
jinja2>2.9
requests
colormath
stringcase
tinycss2
flask
fonttools
depq
trimesh
scipy==1.7.3

pywinutils; sys.platform == 'win32'
pywin32; sys.platform == 'win32'