summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-09-23 15:55:05 +0200
committerYuval Adam <_@yuv.al>2024-09-23 15:55:05 +0200
commitf4b5665ae1b118978b0d307eb952afd3148a17d6 (patch)
tree096938c1cfdfc4c797b35889ba167cf4ecb91a4f /pyproject.toml
parent021f1a48f71b16449ed499099e894d23b7f45a99 (diff)
Add hidapi and co2meter
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 115522d..ab74d7f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,6 +8,8 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
smbus = "^1.1.post2"
+hidapi = "^0.14.0.post2"
+co2meter = "^0.2.6"
[build-system]