Spaces:
Running
Running
File size: 530 Bytes
02eac4b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[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" |