You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's very common scenario to discover "what new dependencies do we need to create RPM for" and it'll be super helpful for this tooling to match against an existing requirements.txt file.
The text was updated successfully, but these errors were encountered:
@wimglenn imagine someone works in an environment, where every package is explicitly built, checked for CVE flaws, and copied into local PyPI clone or RPM/DEB repo. And once in a while someone comes and asks "Hey, can we install package X and Y?", without actual knowledge that they need 20-30 transitive dependency packages. this tool can help with that.
tools like pip-toolspip-compile might help here? 🤔 you store only the top-level requirements on a requirements.in and pip-compile resolves all dependencies generating a so-called lock-file ✨ I'm a huge fan of it 🤩
It's very common scenario to discover "what new dependencies do we need to create RPM for" and it'll be super helpful for this tooling to match against an existing requirements.txt file.
The text was updated successfully, but these errors were encountered: