Skip to content

Commit 8a51765

Browse files
Updated latest paramiko which support aes128-gcm and aes256-gcm ciper
1 parent 30daef3 commit 8a51765

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ncclient==0.6.15
44
scp>=0.7.0
55
jinja2>=2.7.1
66
PyYAML>=5.1
7+
paramiko>=3.5.0
78
six
89
pyserial
910
yamlordereddictloader

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import versioneer
33
import os
44

5-
# Install customer paramiko
6-
os.system("pip install git+https://github.com/Juniper/[email protected]")
75
# parse requirements
86
req_lines = [line.strip() for line in open("requirements.txt").readlines()]
97
install_reqs = list(filter(None, req_lines))

0 commit comments

Comments
 (0)