mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
24 lines
367 B
Text
24 lines
367 B
Text
## Used to run the tests:
|
|
|
|
# pytest>=5 does not support Python 2.7
|
|
pytest<5
|
|
|
|
pytest-cov
|
|
pytest-timeout
|
|
pytest-xdist
|
|
tox
|
|
|
|
## Used by test helpers:
|
|
|
|
colorama
|
|
psutil
|
|
pygments
|
|
|
|
## Used in Python code that is run/debugged by the tests:
|
|
|
|
django
|
|
requests
|
|
|
|
# https://github.com/microsoft/ptvsd/issues/1574
|
|
# Remove specific version once Flask 1.1.2 is released.
|
|
flask==1.0.3
|