add pywin32 for windows

This commit is contained in:
Ondrej Samohel 2021-02-02 17:15:08 +01:00
parent e8af83c4a7
commit 7b85ddaf9e
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -30,6 +30,7 @@ setuptools = "45.0.0" # explicit lock for python 2 compatibility in nuke
speedcopy = "^2.1"
six = "^1.15"
wsrpc_aiohttp = "^3.1.1" # websocket server
pywin32 = { version = "300", markers = "sys_platform == 'win32'" }
[tool.poetry.dev-dependencies]
flake8 = "^3.7"