Having 2 different repositories in local, I want to reference the feature branch of the repository 2 form the Pipfile of the repository 1.
How is it donde? I have this line in the Pipfile of repository 1 but it fails when generating the lock file.
repository2 = {editable = true, extras = ["dev"], path = "/Users/name.surname/Projects/repository2", branch = "feature/my_branch"}