robotpy / examples

Repository of RobotPy example projects
43 stars 52 forks source link

Add pyproject.toml to each example #112

Open virtuald opened 8 months ago

virtuald commented 8 months ago

Each example should have a pyproject.toml that specifies its dependencies so that users can directly use it. Then we should change the run_tests.sh to:

We would also need to create a script that can uniformly update all the robotpy versions in all the example directories so it doesn't get out of date.