srobo / sr-robot3-j5

Python 3 API for Student Robotics Kit - Built with j5
MIT License
4 stars 1 forks source link

Explicitly define `RPi.GPIO` as extra #70

Closed RealOrangeOne closed 2 years ago

RealOrangeOne commented 2 years ago

Optional dependencies aren't kept optional in wheels. See https://github.com/python-poetry/poetry/issues/2357

image

Note: This will need modifying downstream to install sr-robot3[kch]. Excluding kch will just noop the kch functionality, which is ok for local environments.