Address dependencies needed to allow Docker image to build
This is the smallest patch I could come up with to allow for this to build in Docker. This addresses issue #166. Both click and tabulate are imported in the application directly, so those libraries were added to dev-requirements.txt instead of tox-requirements.txt
Codecov Report
Merging #224 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #224 +/- ##
=======================================
Coverage 83.08% 83.08%
=======================================
Files 31 31
Lines 1969 1969
=======================================
Hits 1636 1636
Misses 333 333
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update cb22ab2...2416475. Read the comment docs.
@andrewmchen, do you have a chance to review this? I ask because you were involved in discussion on #167