Skip to content

Commit 6b6b146

Browse files
committed
oops forgot setup.py
1 parent d07f70b commit 6b6b146

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
# Author details
3434
author="Adafruit Industries",
3535
author_email="circuitpython@adafruit.com",
36-
install_requires=["Adafruit-Blinka", "adafruit-circuitpython-busdevice"],
36+
install_requires=[
37+
"Adafruit-Blinka",
38+
"adafruit-circuitpython-busdevice",
39+
"adafruit-circuitpython-requests",
40+
],
3741
# Choose your license
3842
license="MIT",
3943
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)