scons_gd/scons/requirements-dev.txt

13 lines
303 B
Plaintext
Raw Normal View History

2022-10-15 16:06:26 +02:00
# Dependencies for development - mainly for running tests
-r requirements.txt
# for now keep pinning "known working" lxml,
# it's been a troublesome component in the past.
lxml==4.9.1
ninja
# Needed for test/Parallel/failed-build/failed-build.py
# Also for test/ninja/shutdown_scons_daemon.py
psutil