From 04150507cb6ebc7085d40e2f09c5006e685eedce Mon Sep 17 00:00:00 2001 From: helenyao Date: Mon, 5 Dec 2016 22:24:43 -0500 Subject: test-requirements.txt is added for unit test. JIRA: FUNCTEST-639 Some requirement packages are only needed by unit test and there is no need to include them in requirement.txt. This is the main reason to create a test-requirements.txt to hold all packages required by unit test. Change-Id: Iefa9f54b57666d30044ec174adfeb22d63b6b139 Signed-off-by: helenyao --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 98745c3ae..e4d2877c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,3 +27,4 @@ subprocess32 shyaml dnspython Pillow==3.3.0 +click==6.6 \ No newline at end of file -- cgit 1.2.3-korg