summaryrefslogtreecommitdiff
path: root/requirements.txt
blob: f058e892defda22cbad73f1d98b9a45f4cea1fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
./pyembroidery
backports.functools_lru_cache
wxPython==4.0.6
networkx==2.2
shapely
lxml
appdirs
numpy<1.16.0
jinja2>2.9
requests
colormath
stringcase
tinycss2

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

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