mpw_precheck
mpw_precheck copied to clipboard
add requirements.txt for direct python dependencies
It seems that currently python dependencies are only tracked and installed as part of the container build process: https://github.com/efabless/mpw_precheck/blob/main/dependencies/Dockerfile#L37
It would be better to track those with a requirements.txt file so that this repo could be used/tested more easily outside of a container.