mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add pywin32 for windows
This commit is contained in:
parent
e8af83c4a7
commit
7b85ddaf9e
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue