diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -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': { |