summaryrefslogtreecommitdiff
path: root/requirements.txt
blob: ea63db73947f166fe84ef9a47d3c4f8e383490cf (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
28
29
./pyembroidery

# get up to date inkex version (October 23 2023)
inkex @ git+https://gitlab.com/inkscape/extensions.git@b38c022b0394c7eb665c4a0927b226d2f5840fad

wxPython>=4.1.1

backports.functools_lru_cache
networkx
shapely
lxml
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

flask>=2.2.0
fonttools
trimesh>=3.15.2
scipy
diskcache
flask-cors
pywinutils ; sys_platform == 'win32'
pywin32 ; sys_platform == 'win32'