diff options
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index 3bf490a6..84ba47d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ ./pyembroidery +inkex backports.functools_lru_cache -wxPython==4.0.6 -networkx==2.2 -shapely==1.6.3 +wxPython +networkx +shapely lxml appdirs -numpy<1.16.0 +numpy<=1.17.4 jinja2>2.9 requests colormath stringcase tinycss2 - -# We're not ready for flask 1.0 yet. Logging changed, among othe things. -flask==0.* +flask +fonttools pywinutils; sys.platform == 'win32' pywin32; sys.platform == 'win32' |
