a0c9d5e9e1
These are detected as errors since the clean up was done[1] in the requirements repository. [1] 314734e938f107cbd5ebcc7af4d9167c11347406 Change-Id: I53e457494b34300407d5cb0b2fad7e07922c018d
19 lines
890 B
Plaintext
19 lines
890 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.
|
|
|
|
# All additions to this file must have significant justification.
|
|
|
|
# NOTE(morgan) At no time may any oslo library be added to the keystoneauth
|
|
# requirements. The requirements for keystoneauth are very tightly controlled
|
|
# to ensure we are not pulling in a ton of transient dependencies. This is
|
|
# important from the standpoint of ensuring keystoneauth can be used outside
|
|
# of openstack-specific projects (allowing interaction with openstack APIs)
|
|
# where oslo and associated transient dependencies are not desired.
|
|
|
|
pbr>=2.0.0 # Apache-2.0
|
|
iso8601>=0.1.11 # MIT
|
|
requests>=2.14.2 # Apache-2.0
|
|
stevedore>=1.20.0 # Apache-2.0
|
|
os-service-types>=1.2.0 # Apache-2.0
|