Verify pip's requirements.txt file at runtime?

Malcolm Greene python at bdurham.com
Tue Sep 11 08:21:36 EDT 2018


Is there a technique that would allow a script to verify its
requirements.txt file before it runs? Use case: To detect unexpected
changes to a script's runtime environment. Does the pip module expose
any methods for this type of task?
Thank you,
Malcolm



More information about the Python-list mailing list