Skip to content

Instantly share code, notes, and snippets.

@neelabalan
Created February 28, 2024 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neelabalan/4cccd4bc31c31b739daacc7d3d84a2b9 to your computer and use it in GitHub Desktop.
Save neelabalan/4cccd4bc31c31b739daacc7d3d84a2b9 to your computer and use it in GitHub Desktop.
extract only the dependencies with version
grep -Eo '[a-zA-Z0-9_-]+==[0-9.]+' requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment