Add pyserial dependency for ESP32 Bluetooth relay integration
This commit is contained in:
@@ -22,5 +22,8 @@ python-xlib>=0.33; sys_platform == "linux"
|
|||||||
# Performance monitoring (optional but recommended)
|
# Performance monitoring (optional but recommended)
|
||||||
psutil>=5.9.0
|
psutil>=5.9.0
|
||||||
|
|
||||||
|
# ESP32 Bluetooth Relay Integration
|
||||||
|
pyserial>=3.5
|
||||||
|
|
||||||
# Additional dependencies for enhanced functionality
|
# Additional dependencies for enhanced functionality
|
||||||
pathlib2>=2.3.7; python_version < "3.4"
|
pathlib2>=2.3.7; python_version < "3.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user