project8 / dripline-python

python implementation of project8/dripline
Other
2 stars 0 forks source link

Removing msgpack from message.py and requirements #14

Closed guiguem closed 7 years ago

guiguem commented 7 years ago

Removing msgpack from message.py. The presence of json encoding is done first (if a new formatting is set, it should be added before the elif encoding is None test). If no encoding is defined, it will try with json. If an encoding is unknown, it will stop.

I also removed msgpack from requirements: will need to remove them from dragonfly too.