diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2017-04-10 11:01:57 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2017-04-20 06:39:42 +0000 |
commit | bb365d411d88a71871993b4ed803c2ffbbcb79bf (patch) | |
tree | 9e7affa33b094b8e0f80d5a0d6c42614c09f0027 /requirements.txt | |
parent | 97c39be854022146b1c27fa2932bdc88a8781cf9 (diff) |
Yardstick virtualenv support
JIRA: YARDSTICK-620
In the patch, I separate python-setuptools from install.sh
and separate appdirs from requirements.txt because there will be
error when install them in virtualenv.
Also I will update the documentation when this patch merged;
Change-Id: I99a532d1851983775869e7c5e8e65fd0229e86df
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 749a0a9d0..0e6db69e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ ############################################################################## ansible==2.2.0.0 -appdirs==1.4.0 Babel==2.3.4 backport-ipaddress==0.1 cliff==2.3.0 |