* Drop ordereddict requirement As Python 2.7 is the minimum Python supported, every version of Python should have `ordereddict` preincluded in the standard library one way or another. So we can drop this dependency and just handle the differences between Python 2 and Python 3.