IoT_monitoring/pyproject.toml

21 lines
431 B
TOML
Raw Normal View History

2024-01-12 20:22:48 +03:00
[tool.poetry]
name = "IoT_monitoring"
version = "0.0.1"
description = "Monitoring for Iot deveces and save data"
authors = ["pi3c <pi3c@yandex.ru>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
python-dotenv = "^1.0.0"
influxdb-client = "^1.39.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.4"
2024-01-14 15:59:35 +03:00
pyright = "^1.1.345"
2024-01-12 20:22:48 +03:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"