Mercurial > code > home > repos > homeauto
view service/powerEagle/plugs/pyproject.toml @ 1754:92999dfbf321 default tip
add shelly support
author | drewp@bigasterisk.com |
---|---|
date | Tue, 04 Jun 2024 13:03:43 -0700 |
parents | 610beb3248d1 |
children |
line wrap: on
line source
[project] name = "powermeter_exporter" version = "0.1.0" description = "" authors = [ {name = "drew", email = "drewp@bigasterisk.com"}, ] dependencies = [ "rdferry @ https://projects.bigasterisk.com/rdferry/rdferry-0.4.0.tar.gz", "aiomqtt>=2.1.0", ] requires-python = "==3.11.*" readme = "README.md" license = {text = "MIT"} [tool.pdm] distribution = false