Files
revng-revng/python/requirements.txt
T
Giacomo Vercesi ffab18ee48 revng daemon: identify valid port
This commit resolves a non-deterministic test failure in `revng daemon`.

When running daemon tests, `randint` was used for selecting the listen
port, this caused test failures when the same port number was used for
reused. This has been replaced with the use of port 0 that guarantees
the use of an unused port and psutil to find the port number once it has
been bound by the daemon process.
2022-06-29 14:50:58 +02:00

27 lines
283 B
Plaintext

# Requirements for revng_merge_dynamic
pyelftools
# Requirements for model_dump
PyYAML
# revng-model-compare
grandiso
# revng.api
cffi
# revng.daemon
ariadne
aiodataloader
hypercorn
Jinja2
python-multipart
xdg
# revng.daemon - tests
pytest
requests
requests-toolbelt
gql
psutil