Skip to content

Commit

Permalink
CBD-518: update list of testrunner dependencies
Browse files Browse the repository at this point in the history
Change-Id: Id36f442c967fe405c1889504cbfd859ae123c868
Reviewed-on: http://review.couchbase.org/20167
Tested-by: buildbot <build@couchbase.com>
Reviewed-by: Karan Kumar <karan@couchbase.com>
  • Loading branch information
pavel-paulau committed Aug 28, 2012
1 parent c8222f0 commit 3cabb19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -7,14 +7,22 @@ Prerequisites
Dependencies Dependencies
------------ ------------


pip install httplib2 Common:


pip install paramiko pip install paramiko


EC2:

pip install boto

Performance tests:

pip install couchdbkit pip install couchdbkit


pip install pymongo pip install pymongo


Documentation:

pip install sphinx pip install sphinx


pip install sphinx-pypi-upload pip install sphinx-pypi-upload
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Expand Up @@ -12,9 +12,6 @@ def get_version():
author="Couchbase Inc", author="Couchbase Inc",
author_email="build@couchbase.com", author_email="build@couchbase.com",
install_requires=["paramiko", install_requires=["paramiko",
"boto",
"couchdbkit",
"bson",
"pymongo",], "pymongo",],
packages=["cbtestlib", packages=["cbtestlib",
"cbtestlib.builds", "cbtestlib.builds",
Expand Down

0 comments on commit 3cabb19

Please sign in to comment.