adafruit / Adafruit_CircuitPython_GPS

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.
MIT License
75 stars 58 forks source link

Optional requirements missing #85

Closed tekktrik closed 1 year ago

tekktrik commented 1 year ago

Optional requirements used in the examples are missing from optional_requirements.txt. Adding them there will better allow people to download them when wanting to use examples.

zeerakb1 commented 1 year ago

hello @tekktrik, can you tell me what requirements need to be added?

tekktrik commented 1 year ago

Looking at the examples, adafruit-circuitpython-sdcard needs to be added.

tekktrik commented 1 year ago

Do you want to submit a PR, @zeerakb1?

zeerakb1 commented 1 year ago

yes

tekktrik commented 1 year ago

Sweet! And just a heads up, the actual library name is adafruit-circuitpython-sd!