mirror of
https://github.com/Astatin3/photonvision-2025.0.0-beta-6.git
synced 2026-06-08 16:18:03 -06:00
34 lines
628 B
TOML
34 lines
628 B
TOML
#
|
|
# Use this configuration file to control what RobotPy packages are installed
|
|
# on your RoboRIO
|
|
#
|
|
|
|
[tool.robotpy]
|
|
|
|
# Version of robotpy this project depends on
|
|
robotpy_version = "2024.3.2.2"
|
|
|
|
# Which extra RobotPy components should be installed
|
|
# -> equivalent to `pip install robotpy[extra1, ...]
|
|
robotpy_extras = [
|
|
# "all",
|
|
# "apriltag",
|
|
# "commands2",
|
|
# "cscore",
|
|
# "navx",
|
|
# "pathplannerlib",
|
|
# "phoenix5",
|
|
# "phoenix6",
|
|
# "photonvision",
|
|
# "playingwithfusion",
|
|
# "rev",
|
|
# "romi",
|
|
# "sim",
|
|
# "xrp",
|
|
]
|
|
|
|
# Other pip packages to install
|
|
requires = [
|
|
"photonlibpy"
|
|
]
|