blob: 89a72d29005660b2755638b077552c57d690cb79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[tool.poetry]
name = "weather-co2-station"
version = "0.1.0"
description = ""
authors = ["Yuval Adam <_@yuv.al>"]
readme = "README.md"
package-mode = false
[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"
|