Skip to content

Instantly share code, notes, and snippets.

@corentinbettiol
Last active December 11, 2020 10:24
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 corentinbettiol/ebf714e7c8721f03e5c80933c6e93e22 to your computer and use it in GitHub Desktop.
Save corentinbettiol/ebf714e7c8721f03e5c80933c6e93e22 to your computer and use it in GitHub Desktop.

List of commands here.

poetry lock && poetry install

Update lock & install dependencies.

poetry show --tree

Output a nice tree of dependencies.

poetry install --remove-untracked

Remove dependencies that are no longer in lock file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment