From 61577b31f04249e58b37971683215fc46f5ecfb0 Mon Sep 17 00:00:00 2001
From: Siddharth Ravikumar <sravik@bgsu.edu>
Date: Mon, 24 Aug 2015 14:03:26 -0400
Subject: setup.py: added new dependency `simplejson'.

Looks like pickledb requires `simplejson'.

modded:
  README.md
  setup.py
---
 README.md | 1 +
 setup.py  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e45f272..2cb8e61 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ Core functionality is being written at the moment. See `TODO.org`.
 * argparse v1.2.x or later
 * nose v1.3.x
 * pycrypto v2.6.1
+* simplejson v3.8.0
 * pickledb v0.3
 * PyYAML v3.x
 * watchdog v0.8.2
diff --git a/setup.py b/setup.py
index 18558d0..03b74d9 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ config = {
     'author_email': 'sravik@bgsu.edu',
     'version': '0.0.0',
     'install_requires': ['nose', 'watchdog', 'PyYAML', 'pycrypto',
-                         'pickledb'],
+                         'simplejson', 'pickledb'],
     'packages': ['combox'],
     'scripts': [],
     'entry_points': {
-- 
cgit v1.2.3