13 lines
263 B
TOML
13 lines
263 B
TOML
[project]
|
|
name = "robot-client"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"lerobot>=0.4.2",
|
|
"Robotic_Arm==1.0.4.1",
|
|
"pygame==2.6.1",
|
|
"pyrealsense2>=2.56.5.9235",
|
|
]
|