Skip to content

Commit

Permalink
Merge pull request #165 from tekktrik/add-missing-dependency
Browse files Browse the repository at this point in the history
Add missing adafruit-circuitpython-bitmap-font dependency
  • Loading branch information
FoamyGuy authored Feb 18, 2022
2 parents 444ba06 + b7f6d54 commit 144cbf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

Adafruit-Blinka
adafruit-blinka-displayio
adafruit-circuitpython-bitmap-font
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
install_requires=[
"Adafruit-Blinka",
"adafruit-blinka-displayio",
"adafruit-circuitpython-bitmap-font",
],
# Choose your license
license="MIT",
Expand Down

0 comments on commit 144cbf9

Please sign in to comment.