Skip to content

Commit

Permalink
use tabulate official 0.8.10 version now that its released (robusta-d…
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiGlinik authored Jul 31, 2022
1 parent e40e90b commit b78d3cf
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ RUN /root/.local/bin/poetry install --no-root --extras "all"
COPY src/ /app/src

RUN pip3 install .
# Install tabulate version that fixes column width wrapping. Cannot be added to pypi as a git dependency, so adding it here
RUN pip3 install git+https://github.com/astanin/python-tabulate.git@b2c26bcb70e497f674b38aa7e29de12c0123708a#egg=tabulate

COPY playbooks/ /etc/robusta/playbooks/defaults

Expand Down
46 changes: 41 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hikaru = "^0.5.1-beta.0"
click-spinner = "^0.1.10"
pymsteams = "^0.1.16"
supabase-py = { version = "^0.0.2", optional = true}
tabulate = { version = "^0.8.9" }
tabulate = { version = "^0.8.10" }
slack-sdk = { version = "^3.7.0" }
Flask = { version = "^1.1.2", optional = true }
grafana-api = { version = "^1.0.3", optional = true }
Expand Down

0 comments on commit b78d3cf

Please sign in to comment.