summaryrefslogtreecommitdiff
path: root/requirements.txt
blob: 8d487a2cbd8ece691156e0ed062f7f457d67997b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pyembroidery >=1.2.12, <1.3.0
backports.functools_lru_cache
wxPython
networkx
shapely
lxml
appdirs
numpy
jinja2
requests
colormath

# We're not ready for flask 1.0 yet.  Logging changed, among othe things.
flask==0.*

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