robotpy / examples

Repository of RobotPy example projects
45 stars 53 forks source link

Add pyproject.toml to each example #112

Open virtuald opened 9 months ago

virtuald commented 9 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.