-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1342 from dineshbaburam91/paramiko_update
Updated latest paramiko that supports aes128-gcm and aes256-gcm cipher
- Loading branch information
Showing
3 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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)) | ||
|