File size: 472 Bytes
b44cc91
 
 
 
 
 
7271a3b
b44cc91
 
 
 
2ada5fb
 
 
07d7978
 
b44cc91
fa2ca8f
7271a3b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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"