Drop unused simplejson

This library no longer import simplejson directly since [1] was merged.

[1] 1f35b8f25c

Change-Id: I5689ed9f7852cc2bec3cf8035a773e63fb10e3d5
This commit is contained in:
Takashi Kajinami 2023-11-05 18:31:15 +09:00
parent b9152a5042
commit ee6f6a13ea
1 changed files with 0 additions and 1 deletions

View File

@ -22,4 +22,3 @@ keystoneauth1>=3.8.0 # Apache-2.0
# TODO(amotoki): Drop this after osc.utils has no dependency on keystoneclient
python-keystoneclient>=3.8.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
simplejson>=3.5.1 # MIT