server: add debugpy to install list

This commit is contained in:
Koushik Dutta
2024-12-28 13:09:47 -08:00
parent 381c6de336
commit 05e9627f4a

View File

@@ -40,6 +40,7 @@ from scrypted_python.scrypted_sdk.types import (
SCRYPTED_REQUIREMENTS = """
ptpython
wheel
debugpy
""".strip()