You must log in or register to comment.
To add an alternative to what’s already been suggested: you can keep a
requirements.inwith your explicit dependencies, and use pip-tools’spip-compileto generaterequirements.txtwith the full tree, version locked. Or you can generate this from apyproject.toml. Then you can use pip-tools’spip-syncto install and uninstall packages to make your actual environment match the.txtlockfile.


