mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 09:06:52 +00:00
Fix dependency on windows
This commit is contained in:
parent
9fa8d72640
commit
b9ef1a55cd
@ -14,4 +14,4 @@ six>=1.13.0,<1.17.0
|
|||||||
typing>=3.6.4,<3.8.0 ; python_version < '3.5'
|
typing>=3.6.4,<3.8.0 ; python_version < '3.5'
|
||||||
urllib3>=1.21.1,<2
|
urllib3>=1.21.1,<2
|
||||||
virtualenv>=16,<21
|
virtualenv>=16,<21
|
||||||
win32file ; sys_platform == 'win32'
|
pywin32 ; sys_platform == 'win32'
|
||||||
|
Loading…
Reference in New Issue
Block a user