diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-04-25 20:55:17 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-04-28 20:17:25 -0400 |
| commit | 0e77c0d9a83f9d119830c9eb930d3f8187f5e34e (patch) | |
| tree | 1e818cabb92ecc9781249dffc3360d1cd4e804c7 /requirements.txt | |
| parent | b842c4148b5522729dd2483c22dd4e7b8de54f9a (diff) | |
deal with windows file copy permissions issues
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' |
