Spaces:
Running
Running
[project] | |
name = "lerobot_arena_client" | |
version = "0.1.0" | |
description = "Python client for LeRobot Arena robotics and video streaming API" | |
readme = "README.md" | |
requires-python = ">=3.12" | |
dependencies = [ | |
"aiohttp>=3.9.0", | |
"websockets>=15.0.1", | |
# Video client dependencies | |
"aiortc>=1.9.0", | |
"opencv-python>=4.10.0", | |
"numpy>=1.26.0", | |
"av>=13.0.0", | |
] | |
[dependency-groups] | |
dev = [ | |
"pytest>=8.4.0", | |
"pytest-asyncio>=1.0.0", | |
] | |
[build-system] | |
requires = ["hatchling"] | |
build-backend = "hatchling.build" |