Comment out bluepy libraries from requirements_all.txt (#20856)
* Comment bluepy libraries from requirements_all.txt, fixes #20778 * Comment bluepy libraries from requirements_all.txt, fixes #20778 * Comment bluepy libraries from requirements_all.txt, fixes #20778
This commit is contained in:
parent
9cff1dd4ba
commit
efa48848a5
4 changed files with 23 additions and 19 deletions
|
@ -8,31 +8,33 @@ import sys
|
|||
import fnmatch
|
||||
|
||||
COMMENT_REQUIREMENTS = (
|
||||
'RPi.GPIO',
|
||||
'raspihats',
|
||||
'rpi-rf',
|
||||
'Adafruit-DHT',
|
||||
'Adafruit_BBIO',
|
||||
'fritzconnection',
|
||||
'pybluez',
|
||||
'avion',
|
||||
'beacontools',
|
||||
'blinkt',
|
||||
'bluepy',
|
||||
'bme680',
|
||||
'credstash',
|
||||
'decora',
|
||||
'envirophat',
|
||||
'evdev',
|
||||
'face_recognition',
|
||||
'fritzconnection',
|
||||
'i2csense',
|
||||
'opencv-python',
|
||||
'py_noaa',
|
||||
'pybluez',
|
||||
'pycups',
|
||||
'PySwitchbot',
|
||||
'pySwitchmate',
|
||||
'python-eq3bt',
|
||||
'python-lirc',
|
||||
'pyuserinput',
|
||||
'evdev',
|
||||
'pycups',
|
||||
'python-eq3bt',
|
||||
'avion',
|
||||
'decora',
|
||||
'face_recognition',
|
||||
'blinkt',
|
||||
'raspihats',
|
||||
'rpi-rf',
|
||||
'RPi.GPIO',
|
||||
'smbus-cffi',
|
||||
'envirophat',
|
||||
'i2csense',
|
||||
'credstash',
|
||||
'bme680',
|
||||
'py_noaa',
|
||||
)
|
||||
|
||||
TEST_REQUIREMENTS = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue