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
Thank you for making this plugin. It work as described, and is useful. Unfortunately I do not believe I can use this because the following dependency structure results in an error when running poetry lock:
Because poet-test-project depends on both foo (1.2.3) @ git+https://github.com/bar/foo#subdirectory=src/libs/foo and foo (1.2.3) @ file:///home/will/workshop/poet-test-project/src/libs/foo, version solving failed.
Is there some way to use the sort of dependency structure proposed by this plugin with poetry lock? I think it might make sense to support the --only and --without CLI options for poetry lock so that the lockfile can ignore one of the two versions of the dependency.
The text was updated successfully, but these errors were encountered:
Thank you for making this plugin. It work as described, and is useful. Unfortunately I do not believe I can use this because the following dependency structure results in an error when running
poetry lock
:Error:
Is there some way to use the sort of dependency structure proposed by this plugin with
poetry lock
? I think it might make sense to support the--only
and--without
CLI options forpoetry lock
so that the lockfile can ignore one of the two versions of the dependency.The text was updated successfully, but these errors were encountered: