
This patch introduces a script that takes the Rally json report as input and creates a Google sheet with duration data for an atomic action. Change-Id: Ia3a116da0a39f2e3754f79970d997d1bf87eb167
17 lines
524 B
Plaintext
17 lines
524 B
Plaintext
# to avoid dependency conflicts, try to use ranges, eventually banning a
|
|
# buggy minor version (!=) or capping (<) once you have proof it breaks.
|
|
ansible>=2.4.1
|
|
elasticsearch==7.13
|
|
pyrsistent==0.16.0;python_version<'3'
|
|
pyrsistent>=0.17.0;python_version>='3'
|
|
grafyaml>=0.0.7
|
|
openstacksdk
|
|
python-dateutil>=2.4.2
|
|
python-openstackclient==3.11.0;python_version<'3'
|
|
python-openstackclient>=3.11.0;python_version>='3'
|
|
pykwalify==1.7.0;python_version<'3'
|
|
pykwalify>=1.8.0;python_version>='3'
|
|
gspread
|
|
oauth2client
|
|
gspread_formatting
|