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.
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.