03be425102
Move numpy out of requirements into extras, as it's not required for running browbeat, but only used for insights like compare results. So to install with insights, pip install .[insights], to perform the CLI operations such as compare. Added a tox test to ensure no dep conflict arises. Change-Id: Id8aafcd479003ae79ab8c2d0f1fa378ea38d60d2 Closes-Bug: #1799690
10 lines
275 B
Plaintext
10 lines
275 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
|
|
grafyaml>=0.0.7
|
|
openstacksdk
|
|
python-dateutil>=2.4.2
|
|
python-openstackclient>=3.11.0
|
|
pykwalify>=1.6.0
|