Requirements file missing python-virtualenv

On systems where python-virtualenv is not installed, rally fails
to run. As such adding the package to requirements required for
running rally.

Change-Id: Ib95331bab90d0926750548704ac4ba7e997d72f1
Closes-Bug: #1678047
This commit is contained in:
Prateek Arora 2017-03-31 09:04:30 -04:00
parent eda7e1cc96
commit 93ee5102e8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ requests>=2.10.0,!=2.12.2,!=2.13.0,<=2.13.0 # Apache License, Version
SQLAlchemy>=1.0.10,<=1.1.6 # MIT
sphinx>=1.5.1,<=1.5.3 # BSD
six>=1.9.0,<=1.10.0 # MIT
virtualenv # MIT
# OpenStack related
boto>=2.32.1,<=2.46.1 # MIT