forked from cwstryker/steel_dragonfly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# | ||
# 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.2.1.1" | ||
|
||
# Which extra RobotPy components should be installed | ||
# -> equivalent to `pip install robotpy[extra1, ...] | ||
robotpy_extras = [ | ||
# "all", | ||
# "apriltag", | ||
# "commands2", | ||
# "cscore", | ||
# "navx", | ||
# "pathplannerlib", | ||
"phoenix5", | ||
# "phoenix6", | ||
# "playingwithfusion", | ||
# "rev", | ||
# "romi", | ||
# "sim", | ||
# "xrp", | ||
] | ||
|
||
# Other pip packages to install | ||
requires = ["robotpy-commands-v2==2024.2.1", "black", "isort", "mypy"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
bcrypt==4.1.2 | ||
black==23.12.1 | ||
cffi==1.16.0 | ||
click==8.1.7 | ||
colorama==0.4.6 | ||
cryptography==41.0.7 | ||
iniconfig==2.0.0 | ||
isort==5.13.2 | ||
mypy==1.8.0 | ||
mypy-extensions==1.0.0 | ||
packaging==23.2 | ||
paramiko==3.4.0 | ||
pathspec==0.12.1 | ||
phoenix6==24.1.0 | ||
Pint==0.23 | ||
platformdirs==4.1.0 | ||
pluggy==1.3.0 | ||
pycparser==2.21 | ||
pyfrc==2024.0.1 | ||
PyNaCl==1.5.0 | ||
pynetconsole==2.0.4 | ||
pyntcore==2024.2.1.2 | ||
pytest==7.4.4 | ||
pytest-reraise==2.1.2 | ||
robotpy==2024.2.1.1 | ||
robotpy-cli==2024.0.0 | ||
robotpy-commands-v2==2024.2.1 | ||
robotpy-ctre==2024.1.1 | ||
robotpy-hal==2024.2.1.2 | ||
robotpy-halsim-gui==2024.2.1.2 | ||
robotpy-installer==2024.1.3 | ||
robotpy-wpilib-utilities==2024.0.0 | ||
robotpy-wpimath==2024.2.1.2 | ||
robotpy-wpinet==2024.2.1.2 | ||
robotpy-wpiutil==2024.2.1.2 | ||
tomli==2.0.1 | ||
typing_extensions==4.9.0 | ||
wpilib==2024.2.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# TODO: insert robot code here |