zulip: Move from simplejson to json.

This removes the simplejson dependency.
This commit is contained in:
derAnfaenger 2017-09-14 11:18:39 +02:00 committed by Tim Abbott
parent 18157095c4
commit 631c64ca6c
5 changed files with 9 additions and 19 deletions

View file

@ -4,7 +4,6 @@ The [Zulip API](https://zulipchat.com/api) Python bindings require the
following Python libraries:
* requests (version >= 0.12.1)
* simplejson
* six
* typing (version >= 3.5.2.2)