robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

Add command to update robotpy dependency #89

Closed virtuald closed 6 months ago

virtuald commented 7 months ago

Need tomlkit, requests.

pypi has a json API (https://peps.python.org/pep-0691/) that you can use to ask for package versions, it should be easy enough to get the list and do simple updates.

virtuald commented 7 months ago

Probably would be useful to do this during sync and ask the user if they want to upgrade if an upgrade is present.