adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
453 stars 340 forks source link

Require adafruit-circuitpython-typing on install #581

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Fixes #580 by adding adafruit-circuitpython-typing to setup.py and requirements.txt. I don't think a specific version is needed, and the few libraries that require features that weren't in base (really anything other than ReadableBuffer and WriteableBuffer) and had them added to that library will have to call those out and pin to minimum versions anyway.