From 05e9627f4afde20d460097dad3ec03cce356b99f Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sat, 28 Dec 2024 13:09:47 -0800 Subject: [PATCH] server: add debugpy to install list --- server/python/plugin_remote.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/python/plugin_remote.py b/server/python/plugin_remote.py index 72ac29730..c6cab217b 100644 --- a/server/python/plugin_remote.py +++ b/server/python/plugin_remote.py @@ -40,6 +40,7 @@ from scrypted_python.scrypted_sdk.types import ( SCRYPTED_REQUIREMENTS = """ ptpython wheel +debugpy """.strip()