Skip to content

Commit 0c3b81e

Browse files
committed
change requirements to pypi format, remove ESP32SPI requirement
1 parent 4903976 commit 0c3b81e

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
@@ -3,5 +3,4 @@
33
# SPDX-License-Identifier: Unlicense
44

55
Adafruit-Blinka
6-
Adafruit_CircuitPython_ESP32SPI
7-
Adafruit_CircuitPython_MiniMQTT
6+
adafruit-circuitpython-minimqtt

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
author_email="[email protected]",
3636
install_requires=[
3737
"Adafruit-Blinka",
38-
"Adafruit_CircuitPython_ESP32SPI",
39-
"Adafruit-CircuitPython-MiniMQTT",
38+
"adafruit-circuitpython-minimqtt",
4039
],
4140
# Choose your license
4241
license="MIT",

0 commit comments

Comments
 (0)