Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add pypixelbuf as a dep
  • Loading branch information
tannewt authored Apr 30, 2020
commit 1635e9a6c57341cf1a13a4c7fc371e66671b5e6a
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Author details
author="Adafruit Industries & Damien P. George",
author_email="[email protected]",
install_requires=["Adafruit-Blinka"],
install_requires=["Adafruit-Blinka", "adafruit-circuitpython-pypixelbuf>=2.0.0"],
# Choose your license
license="MIT",
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down