adafruit / Adafruit_CircuitPython_BME680

CircuitPython driver for BME680
MIT License
57 stars 41 forks source link

Add optional dependencies to pyproject.toml #58

Closed tekktrik closed 1 year ago

tekktrik commented 1 year ago

Added optional dependencies to pyproject.toml, which aren't currently used now but this format is consistent across the other libraries. This will make adabot patching more reliable, at least, should that be needed.

Fixes #57