summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp>2015-01-15 15:55:19 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-01-15 19:51:57 +0900
commit8bcc2c0d768abe7232bf9d47e5c2ef733d0f9d65 (patch)
treed15b98531a1c376d2994a5168a786295d4506854
parent9f4e168bf139e196a55061f47206f15f2630ed5c (diff)
scenario_test: add ecdsa and pycrypto as dependencies
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--test/scenario_test/pip-requires.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scenario_test/pip-requires.txt b/test/scenario_test/pip-requires.txt
index d84d69b4..602dfca8 100644
--- a/test/scenario_test/pip-requires.txt
+++ b/test/scenario_test/pip-requires.txt
@@ -1,4 +1,6 @@
nose
toml
ciscoconfparse
+ecdsa
+pycrypto>=2.1
fabric