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
When specifying a git dependency in my pyproject.toml like such
my-package = { git = "ssh://[email protected]/my/repo.git", tag = "v1.0.32"}
Is it expected that poetry will git clone the git metadata? I'm seeing that happen when I peak into my .venv managed by poetry. Specifically, in .venv/src I see the .git dir
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When specifying a git dependency in my pyproject.toml like such
Is it expected that poetry will git clone the git metadata? I'm seeing that happen when I peak into my .venv managed by poetry. Specifically, in
.venv/srcI see the.gitdirI'm using an older version, 1.4.2.
Beta Was this translation helpful? Give feedback.
All reactions