diff options
| author | omnom62 <omnom62@outlook.com> | 2026-09-15 16:15:09 +1000 |
|---|---|---|
| committer | omnom62 <omnom62@outlook.com> | 2026-09-15 16:15:09 +1000 |
| commit | 173dddf75d450238f6fd33c6981d13c3c7dd9419 (patch) | |
| tree | 56cddbe88a66df64494de2a3374a74aa3630d9e9 | |
| parent | 5a371bad6dce142aeda9df9cf9c597a0a336e9e5 (diff) | |
| download | vyos_automation_hyperv_poc-main.tar.gz vyos_automation_hyperv_poc-main.zip | |
| -rw-r--r-- | requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index b58bc52..b4a3633 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,6 @@ ansible-pylibssh # network_cli accelerated SSH transport (vyos.vyos) pywinrm # WinRM connection plugin (microsoft.hyperv)
pypsrp # PSRP connection plugin (microsoft.hyperv)
requests-ntlm # NTLM auth for pywinrm
-xmltodict # WinRM XML/SOAP parsing (pywinrm) -pytz +xmltodict # WinRM XML/SOAP parsing (pywinrm)
+pytz
+pynetbox
\ No newline at end of file |
