diff options
Diffstat (limited to 'csit/resources/scripts/pylibs.txt')
-rw-r--r-- | csit/resources/scripts/pylibs.txt | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/csit/resources/scripts/pylibs.txt b/csit/resources/scripts/pylibs.txt index 260b5bd1..a9b4e498 100644 --- a/csit/resources/scripts/pylibs.txt +++ b/csit/resources/scripts/pylibs.txt @@ -1,25 +1,25 @@ -ipaddr -netaddr -netifaces -pyhocon -requests -robotframework-httplibrary -robotframework-requests -robotframework-selenium2library -robotframework-sshlibrary -scapy +ipaddr==2.2.0 +netaddr==0.8.0 +netifaces==0.11.0 +pyhocon==0.3.60 +requests==2.27.1 +robotframework-httplibrary==0.4.2 +robotframework-requests==0.9.4 +robotframework-selenium2library==3.0.0 +robotframework-sshlibrary==3.8.0 +scapy==2.5.0 # Module jsonpath is needed by current AAA idmlite suite. -jsonpath-rw +jsonpath-rw==1.4.0 # Modules for longevity framework robot library -elasticsearch -elasticsearch-dsl +elasticsearch==7.17.9 +elasticsearch-dsl==7.4.1 # Module for pyangbind used by lispflowmapping project -pyangbind +pyangbind==0.8.1 # Module for iso8601 datetime format -isodate +isodate==0.6.1 # Module for TemplatedRequests.robot library -jmespath +jmespath==0.10.0 # Module for backup-restore support library -jsonpatch +jsonpatch==1.32 # odltools for extra debugging -odltools +odltools==0.1.28 |