Add requirements.txt and setup.py dependency on pypixelbuf
This commit is contained in:
parent
2ea969b8ef
commit
c0cd354712
2 changed files with 3 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
|||
Adafruit-Blinka
|
||||
adafruit-circuitpython-busdevice
|
||||
adafruit-circuitpython-pypixelbuf>=2.0.0
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -30,7 +30,8 @@ setup(
|
|||
# Author details
|
||||
author="Adafruit Industries",
|
||||
author_email="circuitpython@adafruit.com",
|
||||
install_requires=["Adafruit-Blinka", "adafruit-circuitpython-busdevice"],
|
||||
install_requires=["Adafruit-Blinka", "adafruit-circuitpython-busdevice",
|
||||
"adafruit-circuitpython-pypixelbuf>=2.0.0"],
|
||||
# Choose your license
|
||||
license="MIT",
|
||||
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
|
|
|
|||
Loading…
Reference in a new issue