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

Blinka does not install adafruit-circuitpython-typing #580

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Release 7.0.0 sounds like it made it so adafruit-circuitpython-typing but it wasn't added to setup.py or requirements.txt. I think a lot of the libraries (at least the ones I've seen/modified) explicitly call out for that module in their own setup.py and requirements.txt, so it hasn't been a huge issue. Should it be added here and automatically installed with Blinka, or only installed once a package is installed that makes use of those types?

makermelissa commented 2 years ago

Yes please install with Blinka. Good call.