ioteer/pyproject.toml

19 lines
365 B
TOML

[tool.poetry]
name = "ioteer"
version = "0.1.0"
description = ""
authors = ["Tobias Brunner <tobias@tobru.ch>"]
[tool.poetry.dependencies]
python = "^3.9"
influxdb = "^5.3.1"
python-dotenv = "^0.19.1"
paho-mqtt = "^1.5.1"
[tool.poetry.dev-dependencies]
black = "^21.9b0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"