diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-01-04 15:52:20 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-01-07 07:31:41 +0000 |
commit | b53a6ff84896052673a0dfc5c27d2435f5010ae3 (patch) | |
tree | 2759b8179538fd74d6c6c6ff89a8906b8c72dfc2 /requirements.txt | |
parent | 6c3d971c8b529d094f7c7355e685ea5ab63904e5 (diff) |
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 <jgelety@cisco.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 29 |
1 files changed, 19 insertions, 10 deletions
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 |