Skip to content

Commit

Permalink
Linked PR to metricq-python branch
Browse files Browse the repository at this point in the history
  • Loading branch information
devmaxde committed Oct 15, 2024
1 parent 2bbc2f6 commit 14b16c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions metricq_sink_nsca/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import click
import click_log
from metricq.cli import metricq_command

from .logging import get_logger
from .reporter import ReporterSink
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ include_package_data = True
setup_requires =
setuptools_scm
install_requires =
metricq ~= 5.4
metricq[cli] @ git+https://github.com/metricq/metricq-python.git@188-standardized-cli#egg=metricq[cli]
click ~= 8.0
click-log ~= 0.3

Expand Down

0 comments on commit 14b16c0

Please sign in to comment.