diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 8c44c98..f3152c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ ansible-pylibssh paramiko==2.8.1 +# paramiko 2.8.1 depends on six but does not install it +six |