osc-placement/requirements.txt
Takashi Kajinami 4089a85cca Replace simplejson by built-in json
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
2024-05-19 22:48:51 +09:00

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