Skip to content

Commit 94e0013

Browse files
author
brentru
committed
add requests to bundle!
1 parent 464b298 commit 94e0013

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,3 +496,6 @@
496496
[submodule "libraries/drivers/nunchuk"]
497497
path = libraries/drivers/nunchuk
498498
url = https://github.com/adafruit/Adafruit_CircuitPython_Nunchuk.git
499+
[submodule "libraries/helpers/requests"]
500+
path = libraries/helpers/requests
501+
url = https://github.com/adafruit/Adafruit_CircuitPython_Requests.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
6666
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
6767
PyBadger <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/>
6868
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
69+
Requests <https://circuitpython.readthedocs.io/projects/requests/en/latest/>
6970
Ring Tone Text Transfer Language (RTTTL) <https://circuitpython.readthedocs.io/projects/rtttl/en/latest/>
7071
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
7172
ServoKit <https://circuitpython.readthedocs.io/projects/servokit/en/latest/>

libraries/helpers/requests

Submodule requests added at f4e0086

0 commit comments

Comments
 (0)