Merge "refactor: drop simplejson requirement"
This commit is contained in:
commit
11660c2fca
@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import simplejson as json
|
||||
import json
|
||||
|
||||
|
||||
class MalformedJSON(ValueError):
|
||||
|
@ -13,10 +13,10 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import json
|
||||
import re
|
||||
|
||||
from oslo.config import cfg
|
||||
import simplejson as json
|
||||
|
||||
|
||||
_TRANSPORT_LIMITS_OPTIONS = [
|
||||
|
@ -9,7 +9,6 @@ msgpack-python
|
||||
pymongo>=2.4
|
||||
python-keystoneclient>=0.4.1
|
||||
python-memcached
|
||||
simplejson>=2.0.9
|
||||
WebOb>=1.2.3,<1.3
|
||||
stevedore>=0.10
|
||||
six>=1.4.1
|
||||
|
Loading…
Reference in New Issue
Block a user