databricks-cli icon indicating copy to clipboard operation
databricks-cli copied to clipboard

Address dependencies needed to allow Docker image to build

Open jwalkerwelltok opened this issue 6 years ago • 2 comments

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

jwalkerwelltok avatar Apr 30 '19 20:04 jwalkerwelltok

Codecov Report

Merging #224 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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 data Powered by Codecov. Last update cb22ab2...2416475. Read the comment docs.

codecov-io avatar Apr 30 '19 20:04 codecov-io

@andrewmchen, do you have a chance to review this? I ask because you were involved in discussion on #167

jwalkerwelltok avatar May 01 '19 20:05 jwalkerwelltok