Mercurial > code > home > repos > homeauto
comparison service/powerEagle/plugs/pyproject.toml @ 1749:4b29ce991e59
cloudfree plug sends mqtt metrics, which we export to victoriametrics
author | drewp@bigasterisk.com |
---|---|
date | Sun, 28 Apr 2024 16:01:38 -0700 |
parents | |
children | 610beb3248d1 |
comparison
equal
deleted
inserted
replaced
1748:d012c53c5ae8 | 1749:4b29ce991e59 |
---|---|
1 [project] | |
2 name = "plugs" | |
3 version = "0.1.0" | |
4 description = "Default template for PDM package" | |
5 authors = [ | |
6 {name = "drew", email = "drewp@bigasterisk.com"}, | |
7 ] | |
8 dependencies = [ | |
9 "rdferry @ https://projects.bigasterisk.com/rdferry/rdferry-0.4.0.tar.gz", | |
10 "aiomqtt>=2.1.0", | |
11 ] | |
12 requires-python = "==3.11.*" | |
13 readme = "README.md" | |
14 license = {text = "MIT"} | |
15 | |
16 | |
17 [tool.pdm] | |
18 distribution = false |