Skip to content

Commit 0927c60

Browse files
committed
added "scripts/**" to REQUIREMENTS_PATHS
1 parent 3bf95b0 commit 0927c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/pyscript/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
LOGGER_PATH = "custom_components.pyscript"
2323

2424
REQUIREMENTS_FILE = "requirements.txt"
25-
REQUIREMENTS_PATHS = ("", "apps/*", "modules/*")
25+
REQUIREMENTS_PATHS = ("", "apps/*", "modules/*", "scripts/**")
2626

2727
WATCHDOG_OBSERVER = "watch_dog_observer"
2828
WATCHDOG_TASK = "watch_dog_task"

0 commit comments

Comments
 (0)