hand_tracker_app / pyproject.toml
PierreRouanet's picture
Update pyproject.toml
7271a3b verified
raw
history blame contribute delete
472 Bytes
[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"