From b53a6ff84896052673a0dfc5c27d2435f5010ae3 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Fri, 4 Jan 2019 15:52:20 +0100 Subject: Adding pip requirements - add pexpect - needed for vpp_device vhost tests - add dill, numpy, scipy - needed for PLRSearch Change-Id: Ib53f19e954f440773103b7913603a0c86ed81039 Signed-off-by: Jan Gelety --- requirements.txt | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index f5961b48fa..0ce17e2b47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,16 +32,25 @@ # on all types of testbeds prior the test execution. # TODO: Figure out a way to verify edits to this file automatically. -robotframework==2.9.2 -paramiko==1.16.0 -scp==0.10.2 -ipaddress==1.0.16 -interruptingcow==0.6 -PyYAML==3.11 -pykwalify==1.5.0 -scapy==2.3.1 -enum34==1.1.2 -requests==2.9.1 +# TODO: Split into directly needed packages and their dependencies. +docopt==0.6.2 # for pykwalify ecdsa==0.13 +enum34==1.1.2 +ipaddress==1.0.16 +paramiko==1.16.0 +pexpect==4.6.0 pycrypto==2.6.1 +pykwalify==1.5.0 pypcap==1.1.5 +python-dateutil==2.4.2 # for pykwalify +PyYAML==3.11 +requests==2.9.1 +robotframework==2.9.2 +scapy==2.3.1 +scp==0.10.2 +six==1.12.0 # for python-dateutil + +# The following is only there for PLRsearch. +dill==0.2.8.2 +numpy==1.14.5 +scipy==1.1.0 -- cgit 1.2.3-korg