Add simplejson into dependency.
Actually, keystone-client enforces simplejson. We can do that too. Change-Id: If8c082e55269766d7a0653f87d640f79bc8ad336
This commit is contained in:
parent
0b5724600b
commit
62572bd61d
@ -13,10 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
try:
|
||||
import simplejson as json
|
||||
except ImportError:
|
||||
import json
|
||||
import simplejson as json
|
||||
|
||||
|
||||
class MalformedJSON(Exception):
|
||||
|
@ -1,5 +1,6 @@
|
||||
cliff
|
||||
falcon>=0.1.4
|
||||
simplejson
|
||||
msgpack-python
|
||||
oslo.config>=1.1.0
|
||||
PasteDeploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user