diff options
author | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2015-01-15 15:55:19 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-01-15 19:51:57 +0900 |
commit | 8bcc2c0d768abe7232bf9d47e5c2ef733d0f9d65 (patch) | |
tree | d15b98531a1c376d2994a5168a786295d4506854 /test/scenario_test/pip-requires.txt | |
parent | 9f4e168bf139e196a55061f47206f15f2630ed5c (diff) |
scenario_test: add ecdsa and pycrypto as dependencies
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/pip-requires.txt')
-rw-r--r-- | test/scenario_test/pip-requires.txt | 2 |
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 |