sushy-tools/requirements.txt
Ilya Etingof 483fefed8f Make external dependencies optional
This change makes driver dependencies optional thus allowing
sushy-tools to install and run test suite even if some of
these not-always-required dependencies would not otherwise
be met failing the entire installation run.

If the patch is merged, we would need to update sushy-tools
users (mainly, CI jobs) to install the drivers dependencies
of their choice or just all of them.

Story: 2004342
Task: 27929
Change-Id: Ibd05a19d66f372eaa8fc916af98722f7fe701f3c
2018-11-14 14:54:00 +01:00

7 lines
262 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Flask>=1.0.2 # BSD