From 36d8a13ff355d43a4297f91e20d671baff1d175c Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Tue, 1 Aug 2017 21:36:39 +0200 Subject: [PATCH] Add simplejson to dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 11c3e7d..5169526 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ extras_require['all'] = sum((lst for lst in extras_require.values()), []) install_requires = [ 'pynacl==1.1.2', + 'simplejson==3.10.0', 'secret-handshake' ]