summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2015-05-14 17:09:43 -0700
committerTim Burke <tim.burke@gmail.com>2015-05-20 18:14:53 -0700
commit317df7e527c174695e184f8250f5f743ac91f0f2 (patch)
tree12992d93b2ad806adba9521521ed44e5898c9fce /requirements.txt
parent52b849217f22b6185b7f6dc0b9ad6ab5a10ce132 (diff)
downloadpython-swiftclient-317df7e527c174695e184f8250f5f743ac91f0f2.tar.gz
Remove simplejson dependency
In addition to removing an unnecessary dependency, this closes another hole that was allowing raw bytes to appear in user-facing messages. Change-Id: Ia0b76426a38e5a5c368c4c7e7ba2aef286758aca
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index e7c0d41..88b3df2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,3 @@
futures>=2.1.3
requests>=1.1
-simplejson>=2.0.9
six>=1.5.2