Skip to content

Commit df112b2

Browse files
committed
Add BLE dependency
1 parent a9de053 commit df112b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Adafruit-Blinka
2+
adafruit-circuitpython-ble

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Author details
3030
author="Adafruit Industries",
3131
author_email="[email protected]",
32-
install_requires=["Adafruit-Blinka"],
32+
install_requires=["Adafruit-Blinka", "adafruit-circuitpython-ble"],
3333
# Choose your license
3434
license="MIT",
3535
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)