From af8047967f9c00f7c8fa03f4fdeb7d83dc27ec18 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 12 Jul 2016 22:26:02 -0700 Subject: [PATCH] Upgrade ujson to latest version (has indent option). --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 005cf59204..6814fd71a2 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -133,7 +133,7 @@ tornado==2.4.1 typing==3.5.0.1 # Fast JSON parser -ujson==1.33 +ujson==1.35 uritemplate==0.6 zope.interface==4.1.2