mirror of
https://github.com/OMGeeky/homecontrol.esp-sensors.git
synced 2026-01-05 11:06:06 +01:00
10 lines
254 B
Plaintext
10 lines
254 B
Plaintext
# Core dependencies
|
|
pytest==7.4.0
|
|
pytest-cov==4.1.0
|
|
black==24.3.0
|
|
|
|
# ESP-specific dependencies (these would be used in a real implementation)
|
|
# micropython-esp32==1.19.1
|
|
micropython-umqtt.simple==1.3.4
|
|
rshell==0.0.31 # For deploying code to ESP devices
|