We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 444ba06 + b7f6d54 commit 144cbf9Copy full SHA for 144cbf9
requirements.txt
@@ -4,3 +4,4 @@
4
5
Adafruit-Blinka
6
adafruit-blinka-displayio
7
+adafruit-circuitpython-bitmap-font
setup.py
@@ -35,6 +35,7 @@
35
install_requires=[
36
"Adafruit-Blinka",
37
"adafruit-blinka-displayio",
38
+ "adafruit-circuitpython-bitmap-font",
39
],
40
# Choose your license
41
license="MIT",
0 commit comments