wubloader/thrimshim
Mike Lang 192a0869f7 thrimshim: Fix bug in serializing columns
Converting all datetime values to string no longer works because video_range
isn't a datetime but a list of datetimes. We switch to a more robust approach
of using the json "default" arg to specify how to serialize.
..
thrimshim thrimshim: Fix bug in serializing columns
Dockerfile Fix build dependency issues
setup.py Unpin gevent as that was a workaround for a py2 issue