This repository was archived by the owner on Apr 18, 2018. It is now read-only.
This repository was archived by the owner on Apr 18, 2018. It is now read-only.
Add dependency on simplejson for Python <2.7 #46
Open
Description
From my comment on #18:
Since pyleus deps msgpack now, and we already dep argparse for python <2.7, I think we should just add a dep on simplejson in the same manner.
We could import it in the newly-added compat.py so we don't have to litter try: import simplejson as json everywhere.