Fix dependency on windows

This commit is contained in:
clearml 2025-01-19 16:16:54 +02:00
parent 9fa8d72640
commit b9ef1a55cd

View File

@ -14,4 +14,4 @@ six>=1.13.0,<1.17.0
typing>=3.6.4,<3.8.0 ; python_version < '3.5'
urllib3>=1.21.1,<2
virtualenv>=16,<21
win32file ; sys_platform == 'win32'
pywin32 ; sys_platform == 'win32'