diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-04-28 20:33:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-28 20:33:13 -0400 |
| commit | 3b4c57d7fc88635d8a696c5279b39dcafa1f8b34 (patch) | |
| tree | d762c17c7d3f4b1064b1b7adfb4ffcde42f981c2 /requirements.txt | |
| parent | 14828d6fa2d290fb5f10b2e5956b2fa1153588d5 (diff) | |
| parent | 7ab8dc4018600dcf760c6029c62f04fb6e0257b3 (diff) | |
Merge pull request #154 from lexelby/lexelby-thread-palettes
adds an extension to install manufacturer thread palettes as Inkscape palettes
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 70baadc6..7771f0d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,5 @@ numpy jinja2 flask requests +pywinutils; sys.platform == 'win32' +pywin32; sys.platform == 'win32' |
