Add pyserial

This commit is contained in:
Remi Cadene
2024-09-27 14:57:32 +02:00
parent c704eb94c0
commit 3f9f3dd027
2 changed files with 5 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ pynput = {version = ">=1.7.7", optional = true}
# TODO(rcadene, salibert): 71.0.1 has a bug
setuptools = {version = "!=71.0.1", optional = true}
pyrealsense2 = {version = ">=2.55.1.6486", markers = "sys_platform != 'darwin'", optional = true}
pyserial = ">=3.5"
[tool.poetry.extras]