Skip to content

Commit

Permalink
Updated latest paramiko which support aes128-gcm and aes256-gcm ciper
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshbaburam91 committed Oct 23, 2024
1 parent 30daef3 commit 8a51765
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ncclient==0.6.15
scp>=0.7.0
jinja2>=2.7.1
PyYAML>=5.1
paramiko>=3.5.0
six
pyserial
yamlordereddictloader
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import versioneer
import os

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

0 comments on commit 8a51765

Please sign in to comment.