debugpy/tests/requirements.txt
Rich Chiodo 43f41029ea
Make sure attach binaries are built before running tox (#1753)
* Make sure attach binaries are built before running tox

* Fix errors on 3.13
2024-12-03 15:27:42 -08:00

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