blob: ab74d7f7c725904fe8c9d064bc226dd4a9eba748 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[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"
smbus = "^1.1.post2"
hidapi = "^0.14.0.post2"
co2meter = "^0.2.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|