PyPRECIS icon indicating copy to clipboard operation
PyPRECIS copied to clipboard

Create `requirements.txt` file to track dependencies

Open hsteptoe opened this issue 4 years ago • 3 comments

hsteptoe avatar Dec 04 '20 08:12 hsteptoe

@zmaalick - do we need to have a requirements file now we are planning to use conda environments? If not can we close this issue?

nhsavage avatar Feb 07 '22 14:02 nhsavage

This was specifically so we could use github dependency graph features (vulnerability tracking etc.) and for python this needs to be a requirements.txt or pipfile.lock https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph#supported-package-ecosystems

... but more generally, this is an optional feature...

hsteptoe avatar Feb 07 '22 14:02 hsteptoe

I guess at this stage, we can ignore it or put it in back burner.

zmaalick avatar Feb 08 '22 12:02 zmaalick