newsdev / elex

A wrapper for the AP v2 Elections API.
Other
170 stars 53 forks source link

Test Python 3.6 and Sphinx, fix documentation build, centralize dependency information #322

Closed mileswwatkins closed 6 years ago

mileswwatkins commented 6 years ago

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.

palewire commented 6 years ago

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.