Add push to hub, Camera 0 and 1, pynput optional

This commit is contained in:
Remi Cadene
2024-07-14 16:35:22 +02:00
parent 3fc351074c
commit d2a17d2c74
4 changed files with 30 additions and 18 deletions

View File

@@ -64,7 +64,7 @@ scikit-image = {version = "^0.23.2", optional = true}
pandas = {version = "^2.2.2", optional = true}
pytest-mock = {version = "^3.14.0", optional = true}
dynamixel-sdk = {version = "^3.7.31", optional = true}
pynput = "^1.7.7"
pynput = {version = "^1.7.7", optional = true}
@@ -77,7 +77,7 @@ dev = ["pre-commit", "debugpy"]
test = ["pytest", "pytest-cov", "pytest-mock"]
umi = ["imagecodecs"]
video_benchmark = ["scikit-image", "pandas"]
koch = ["dynamixel-sdk"]
koch = ["dynamixel-sdk", "pynput"]
[tool.ruff]
line-length = 110