Skip to content

Commit

Permalink
feat: update to powerapi v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauric Desauw committed Oct 29, 2021
1 parent 087a9b0 commit ba18ac3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_suite = tests
setup_requires =
pytest-runner >=3.9.2
install_requires =
powerapi [mongodb, influxdb, opentsdb, prometheus] >=1.0.0
powerapi [mongodb, influxdb, opentsdb, prometheus] >=1.0.2
tests_require =
pytest >=3.9.2
pytest-asyncio >=0.14.0
Expand Down
2 changes: 1 addition & 1 deletion virtualwatts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
Declaration of module version and import of provided class
"""

__version__ = "0.1.0"
__version__ = "0.1.1"
5 changes: 3 additions & 2 deletions virtualwatts/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@
from powerapi import __version__ as powerapi_version
from powerapi.dispatcher import DispatcherActor, RouteTable
from powerapi.cli import ConfigValidator
from powerapi.cli.tools import (
from powerapi.cli.tools import CommonCLIParser
from powerapi.cli.generator import (
ReportModifierGenerator,
PullerGenerator,
PusherGenerator,
CommonCLIParser,

)
from powerapi.message import DispatcherStartMessage
from powerapi.report import PowerReport, ProcfsReport
Expand Down

0 comments on commit ba18ac3

Please sign in to comment.