wubloader/segment_coverage
Mike Lang 2a1f7207a8 Allow a fudge factor when checking for gaps/overlaps between segments
Sometimes in the wild (particularly on youtube) segments may not be timed perfectly, so allow up to 10ms of gap or overlap
to be counted as "equal" for purposes of finding the best segment.
..
segment_coverage Allow a fudge factor when checking for gaps/overlaps between segments
Dockerfile Pin gevent version to work around build issues
setup.py Pin argh to avoid stupid breaking changes