robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

Support requirement markers in pyproject.toml #80

Closed virtuald closed 7 months ago

virtuald commented 8 months ago

I'd like to be able to add foo==0.1; platform_machine != "roborio" sorts of requirements. Currently when we sync to the robot it ignores any markers if specified, so users cannot use requires to install non-robot things into their environment during sync.