Update setup.py and dependencies 61/11261/4
authorJo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
Fri, 11 Mar 2016 11:54:22 +0000 (12:54 +0100)
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>
Tue, 15 Mar 2016 14:32:00 +0000 (14:32 +0000)
commitbce1f77ef610e3e7997a547704c96cfbdc544cc1
tree62d7e63ca58c53bdabe429e90ebdf339fadc0b6b
parent6a4bd2c4bdce07b945ab61e1151e67da99be7489
Update setup.py and dependencies

Fixes dependency problem with python-openstackclient
Freezes requirements to use latest/current upstream versions

Yardstick can be installed with:

$ python setup.py install

or with:

$ easy_install -U pip
$ pip install -r ci/requirements.txt
$ pip install .      (or for develop mode: pip install -e .)

if fixed package versions are required

Change-Id: I9cb44d29011509c9c388dc2e7dc8bb60ee25e790
JIRA:-
Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
README.rst
ci/requirements.txt
ci/yardstick-verify
setup.py