There is only one truth. It is the source.

Poetry install from git with extras_require

January 2, 2024

Tags: poetry, python

pip install "localstack[runtime]@git+ssh://git@github.com/localstack/localstack.git"

is equivalent to

poetry add "git+ssh://git@github.com/localstack/localstack.git[runtime]"