| [build-system] | |
| requires = ["setuptools>=68.0"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "storeos-robot" | |
| version = "0.1.0" | |
| description = "StoreOS — Decentralized AI store brain on Reachy Mini" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "reachy-mini==1.8.0rc1", | |
| "httpx>=0.27.0", | |
| "eth-account>=0.13.0", | |
| "eth-abi>=5.0.0", | |
| "edge-tts>=6.1.0", | |
| ] | |
| [project.optional-dependencies] | |
| chain = ["eth-account>=0.13.0", "eth-abi>=5.0.0"] | |
| [project.entry-points.reachy_mini_apps] | |
| storeos = "storeos_robot:StoreOSApp" | |