debugpy/tests/requirements.txt
Pavel Minaev b9b09e662f Fix #1408: Can no longer expand Numpy arrays to view elements
Fix regression when loading pydevd plugins for numpy, pandas, and django.

Add smoke test for numpy arrays.
2023-12-15 00:14:23 -08:00

19 lines
221 B
Text

## Used to run the tests:
pytest
pytest-xdist
pytest-cov
pytest-timeout
## Used by test helpers:
importlib_metadata
psutil
## Used in Python code that is run/debugged by the tests:
django
flask
gevent
numpy
requests