install scapy

This is needed for provider network simulation test case

Change-Id: If52e1e6a81642a8314cc061f0809bfd4c845a7b8
This commit is contained in:
Asma Syed Hameed 2021-08-05 20:22:47 +05:30
parent 27c1c3c97b
commit a76791b17d

View File

@ -1,4 +1,5 @@
setuptools>=40.3.0 setuptools>=40.3.0
elasticsearch elasticsearch
scapy
pyrsistent==0.16.0;python_version<'3' pyrsistent==0.16.0;python_version<'3'
pyrsistent>=0.17.0;python_version>='3' pyrsistent>=0.17.0;python_version>='3'