mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 00:56:53 +00:00
Add win32file dependency on windows
This commit is contained in:
parent
91dfa09466
commit
e535390815
@ -9,8 +9,9 @@ python-dateutil>=2.4.2,<2.9.0
|
||||
pyjwt>=2.4.0,<2.9.0
|
||||
PyYAML>=3.12,<6.1
|
||||
requests>=2.20.0,<=2.31.0
|
||||
setuptools ; python_version > '3.11'
|
||||
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
|
||||
setuptools ; python_version > '3.11'
|
||||
win32file ; sys_platform == 'win32'
|
||||
|
Loading…
Reference in New Issue
Block a user