Replace ptvsd with debugpy to match modern VS Code (#7234)

This commit is contained in:
Eric Radman
2024-11-26 17:19:05 -05:00
committed by GitHub
parent c12e68f5d1
commit de49b73855
4 changed files with 42 additions and 40 deletions

View File

@@ -86,6 +86,7 @@ wtforms = "2.2.1"
xlsxwriter = "1.2.2"
tzlocal = "4.3.1"
pyodbc = "5.1.0"
debugpy = "^1.8.9"
[tool.poetry.group.all_ds]
optional = true
@@ -156,7 +157,6 @@ jwcrypto = "1.5.6"
mock = "5.0.2"
pre-commit = "3.3.3"
ptpython = "3.0.23"
ptvsd = "4.3.2"
pytest-cov = "4.1.0"
watchdog = "3.0.0"
ruff = "0.0.289"