adafruit / Adafruit_CircuitPython_AdafruitIO

Adafruit IO for CircuitPython
http://io.adafruit.com
MIT License
49 stars 33 forks source link

Change requirements to pypi format, remove ESP32SPI requirement #93

Closed Neradoc closed 2 years ago

Neradoc commented 2 years ago

The library does not need ESP32SPI, it works on native wifi too. The format used for the minimqtt requirement makes it listed in "external_dependencies" instead of "dependencies" in the bundle's json file. It might be what is tripping the project bundler for the learn guides using adafruit_io, or indirectly via portalbase. At least that's my assumption.

adafruit_minimqtt is missing from the Project Bundle there for example:

tekktrik commented 2 years ago

Thanks!