| [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", | |
| "reachy-mini-toolbox[vision]>=1.1.1" | |
| ] | |
| [project.entry-points."reachy_mini_apps"] | |
| hand_tracker_app = "hand_tracker_app.main:HandTrackerApp" | |