Files
virtualbmc/requirements.txt
Takashi Kajinami 9e0c1e9db4 Add note about lower constraints
These haven't been untested since lower-constraints job was removed.

Also remove the existing note about old pip. Recent versions of pip can
resolve dependencies without requiring a specific order.

Change-Id: I037da94ca6a03e5f1f8fa74d6d7c00438be4c18d
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-07-16 23:19:46 +09:00

10 lines
378 B
Plaintext

# Requirements lower bounds listed here are our best effort to keep them up to
# date but we do not test them so no guarantee of having them all correct. If
# you find any incorrect lower bounds, let us know or propose a fix.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
libvirt-python>=6.0.0 # LGPLv2+
pyghmi>=1.2.0 # Apache-2.0
cliff!=2.9.0,>=2.8.0 # Apache-2.0
pyzmq>=19.0.0 # LGPL+BSD