mpw_precheck icon indicating copy to clipboard operation
mpw_precheck copied to clipboard

add requirements.txt for direct python dependencies

Open proppy opened this issue 2 years ago • 0 comments

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.

proppy avatar Feb 10 '23 00:02 proppy