
Recent python 3 versions provide the built-in json module which meets the generic requirements. Replace the 3rd party library (simplejson) by the built-in one to reduce external dependencies. Change-Id: Id5eccad660be353843f95acfa691d61888983dab
5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
pbr>=2.0.0 # Apache-2.0
|
|
keystoneauth1>=3.3.0 # Apache-2.0
|
|
osc-lib>=1.2.0 # Apache-2.0
|
|
oslo.utils>=3.37.0 # Apache-2.0
|