-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vendor telnetlib library internally to Netmiko (#3444)
- Loading branch information
Showing
15 changed files
with
2,470 additions
and
1,372 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,16 @@ | ||
#### Netmiko dependencies | ||
#### 2022-03-23 | ||
#### Netmiko itself | ||
|
||
Name Version License | ||
------------- ------- ------- | ||
netmiko 4.1.0 MIT License | ||
Name License | ||
------------- ------- | ||
netmiko MIT License | ||
telnetlib PSF2 | ||
|
||
##### Direct dependencies | ||
Name Version License | ||
------------- ------- ------- | ||
paramiko 2.10.4 GNU Library or Lesser General Public License (LGPL) | ||
scp 0.14.4 GNU Library or Lesser General Public License (LGPL) | ||
ntc-templates 3.0.0 Apache Software License | ||
pyserial 3.5 BSD License | ||
PyYAML 6.0 MIT License | ||
|
||
##### Child dependencies | ||
Name Version License | ||
------------- ------- ------- | ||
PyNaCl 1.5.0 Apache License 2.0 | ||
bcrypt 3.2.0 Apache Software License | ||
textfsm 1.1.2 Apache Software License | ||
cryptography 37.0.0 Apache Software License; BSD License | ||
pycparser 2.21 BSD License | ||
cffi 1.15.0 MIT License | ||
future 0.18.2 MIT License | ||
six 1.16.0 MIT License | ||
Name License | ||
------------- ------- | ||
paramiko GNU Library or Lesser General Public License (LGPL) | ||
scp GNU Library or Lesser General Public License (LGPL) | ||
PyYAML MIT License | ||
textfsm Apache2 | ||
ntc-templates Apache2 | ||
pyserial BSD License |
Oops, something went wrong.