[build-system] | |
requires = ["setuptools>=61.0"] | |
build-backend = "setuptools.build_meta" | |
[project] | |
name = "hand_tracker_app" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.8" | |
# dependencies = ["reachy-mini"] | |
dependencies = [ | |
"reachy-mini@git+https://github.com/pollen-robotics/reachy_mini", | |
"mediapipe", | |
] | |
[project.entry-points."reachy_mini_apps"] | |
hand_tracker_app = "hand_tracker_app.main:HandTrackerApp" | |