Skip to content

Commit

Permalink
Merge pull request #1342 from dineshbaburam91/paramiko_update
Browse files Browse the repository at this point in the history
Updated latest paramiko that supports aes128-gcm and aes256-gcm cipher
  • Loading branch information
dineshbaburam91 authored Oct 23, 2024
2 parents 30daef3 + 929bf18 commit c759c25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pep8 # https://github.com/jcrocholl/pep8
pyflakes # https://launchpad.net/pyflakes
coveralls # https://coveralls.io/
ntc_templates # user needs to explicitly install this
cryptography==3.2
cryptography
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 c759c25

Please sign in to comment.