Skip to content

Commit 4f5dc63

Browse files
committed
Fix deps
1 parent 3c4bb27 commit 4f5dc63

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Adafruit-Blinka
2-
adafruit_ble
1+
adafruit-circuitpython-ble

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
author_email='[email protected]',
3535

3636
install_requires=[
37-
'Adafruit-Blinka',
38-
'adafruit_ble'
37+
'adafruit-circuitpython-ble'
3938
],
4039

4140
# Choose your license

0 commit comments

Comments
 (0)