mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
26 lines
No EOL
327 B
Text
26 lines
No EOL
327 B
Text
## Used to run the tests:
|
|
|
|
pytest
|
|
pytest-xdist
|
|
pytest-cov
|
|
pytest-timeout
|
|
pytest-retry
|
|
|
|
## Used by test helpers:
|
|
|
|
importlib_metadata
|
|
psutil
|
|
untangle
|
|
|
|
## Used in Python code that is run/debugged by the tests:
|
|
|
|
django
|
|
flask
|
|
gevent
|
|
numpy
|
|
requests
|
|
typing_extensions
|
|
|
|
# Used to build pydevd attach to process binaries:
|
|
vswhere
|
|
Cython |