Skip to content

Commit bb8a406

Browse files
Update requirements for st7789 - Closes #16
1 parent f858e08 commit bb8a406

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44

55
Adafruit-Blinka
66
adafruit-circuitpython-busdevice
7+
adafruit-circuitpython-st7789

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
install_requires=[
3737
"Adafruit-Blinka",
3838
"adafruit-circuitpython-busdevice",
39-
"adafruit_st7789",
39+
"adafruit-circuitpython-st7789",
4040
],
4141
# Choose your license
4242
license="MIT",

0 commit comments

Comments
 (0)