summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 2049ef7c7add8fce4c35416a9ff850c52066a621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tool.poetry]
name = "weather-co2-station"
version = "0.1.0"
description = ""
authors = ["Yuval Adam <_@yuv.al>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"