summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2017-10-18 18:42:24 +0200
committerJulien Danjou <julien@danjou.info>2017-10-26 09:35:14 +0200
commit7b959b33c55399e33765640f1f96e219a70f8777 (patch)
tree09a6d87ac9beda5834c44f124b649ef192347a16 /requirements.txt
parent9323f07f977f320882f8b536c3b54835274826fc (diff)
downloadceilometer-7b959b33c55399e33765640f1f96e219a70f8777.tar.gz
Replace jsonutils by ujson
ujson is faster than jsonutils, and we do not need any fancy feature jsonutils might offer. This also has the benefit of removing a big dependency on Ceilometer. Change-Id: I24bf08d0fa6ccc34beef0a0c34a47bf2fa266e3e
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index adaf1a32..a77b0e4e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,7 +21,7 @@ oslo.reports>=0.6.0 # Apache-2.0
oslo.rootwrap>=2.0.0 # Apache-2.0
pbr>=1.6 # Apache-2.0
oslo.messaging>=5.12.0 # Apache-2.0
-oslo.serialization>=1.10.0 # Apache-2.0
+ujson
oslo.utils>=3.5.0 # Apache-2.0
pysnmp<5.0.0,>=4.2.3 # BSD
python-glanceclient>=2.0.0 # Apache-2.0