Skip to content

Commit 1573bb8

Browse files
committed
Add blinka dep back for micropython
1 parent 6dc7e10 commit 1573bb8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
adafruit-blinka
12
adafruit-blinka-bleio

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
author_email='circuitpython@adafruit.com',
3535

3636
install_requires=[
37+
'adafruit-blinka',
3738
'adafruit-blinka-bleio'
3839
],
3940

0 commit comments

Comments
 (0)