mqtt-to-opentsdb/Pipfile
Frank Villaro-Dixon 4d2559cec6 init
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2023-07-11 22:04:01 +02:00

14 lines
173 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
paho-mqtt = "*"
opentsdb-py = "*"
[dev-packages]
[requires]
python_version = "3.10"