commit | da43e8e416aea037adc4f84ba428d82671d23644 | [log] [tgz] |
---|---|---|
author | globaledge <globaledgeofficial@gmail.com> | Tue Feb 06 12:21:04 2018 +0530 |
committer | globaledge <globaledgeofficial@gmail.com> | Thu Feb 08 18:34:45 2018 +0530 |
tree | 60d4173f11d5bd0e033dd59d38ce3d97ee4e4638 | |
parent | 30b8bc1f5c492b64cb6dc8f34b26c28776d05879 [diff] [blame] |
Adding required module for test. Xlsxwriter module is used in coex test to write output into excel sheets. Change-Id: I06cfd1242f486caa2038a38f1f9348ce4d34889c
diff --git a/acts/framework/setup.py b/acts/framework/setup.py index 654ba5f..37fdcb8 100755 --- a/acts/framework/setup.py +++ b/acts/framework/setup.py
@@ -35,6 +35,7 @@ 'roman', 'scapy-python3', 'pylibftdi', + 'xlsxwriter' ] if sys.version_info < (3, ):