Skip to content

Commit

Permalink
Merge pull request #21 from thedropbears/add_deploy_reqs
Browse files Browse the repository at this point in the history
switch to new deployment pipeline
  • Loading branch information
LucienMorey authored Jan 11, 2024
2 parents 261663c + 788edc8 commit 60e2509
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .deploy_cfg

This file was deleted.

3 changes: 3 additions & 0 deletions .wpilib/wpilib_preferences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"teamNumber": 4774
}
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,15 @@ pythonpath = '.'
select = ["E", "F", "B", "UP", "C4", "SIM"]
ignore = ["E501"]
target-version = "py39"

[tool.robotpy]
requires = [
"numpy~=1.25.2",
"phoenix6==24.1.0",
"robotpy-ctre==2024.1.0",
"robotpy-navx==2024.1.0",
"robotpy-rev==2024.2.0",
"robotpy-wpilib-utilities==2024.0.0",
]
robotpy_version = "2024.1.1.1"
robotpy_extras = ["apriltag"]

0 comments on commit 60e2509

Please sign in to comment.