mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
Only install pywinrm on windows
This commit is contained in:
parent
b1901c5b01
commit
902334d3f2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
testinfra
|
||||
paramiko
|
||||
pywinrm
|
||||
pywinrm; sys.platform == 'win32'
|
||||
six>=1.10.0
|
||||
|
|
Loading…
Add table
Reference in a new issue