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
{{ message }}
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
While this all works pretty well, I still need to go into Preferences -> Project -> Project Dependencies and specify how these projects depend on one another manually. Is it possible for the Poetry plugin to detect these dependencies and automatically configure the Preferences -> Project -> Project Dependencies panel accordingly?
If it's possible (I'm unfamiliar with the Pycharm plugin APIs and would have to look around) and there's interest, I'd love to contribute a PR to support this as it'd be really useful in my opinion.
The text was updated successfully, but these errors were encountered:
So, say I have the following folder structure:
I would attach
root/library
androot/dependency
as individual Pycharm projects - each with their own Poetry environments.However, these projects can also depend on each other:
While this all works pretty well, I still need to go into
Preferences -> Project -> Project Dependencies
and specify how these projects depend on one another manually. Is it possible for the Poetry plugin to detect these dependencies and automatically configure thePreferences -> Project -> Project Dependencies
panel accordingly?If it's possible (I'm unfamiliar with the Pycharm plugin APIs and would have to look around) and there's interest, I'd love to contribute a PR to support this as it'd be really useful in my opinion.
The text was updated successfully, but these errors were encountered: