Some python hosting services (such as google app engine) don't allow the use of compiled python extensions. msgpack-python is a compiled python extension, so having it as a dependency is preventing me from using transit.
Could msgpack support in transit-python be made optional somehow?