Documentation wasn't working due to a packaging/build issue, so Sphinx was upgraded from 1.4.6 to 1.5.6. flake8 replaces pyflakes and pep8. No other library upgrades.
Let me know if my commit that moves the requirements is a bridge too far; this PR can stand without that. But it's always rough to maintain version-pin lists in two files.
I got the flake8 and Python 3.6 change into master. If you are still game, the Sphinx stuff should come in a separate pull request to keep things focused.
Documentation wasn't working due to a packaging/build issue, so
Sphinx
was upgraded from1.4.6
to1.5.6
.flake8
replacespyflakes
andpep8
. No other library upgrades.Let me know if my commit that moves the requirements is a bridge too far; this PR can stand without that. But it's always rough to maintain version-pin lists in two files.