------------------
* Update Dependencies
* Drop support for Python 2
* Remove coding header and __future__ imports
* Remove use of six
* In setup.py, remove use of codecs.open, stop requiring kwargs-only and six
* In README.rst, update to "Python 3.4+ supported."
* In requirements.in, remove futures mock and six
* In tox.ini, stop testing on Python 2