I would like to get direct dependencies in PyCharm projects independent of the used package manager. It seems there is PythonDependenciesManager but it’s marked as internal.
Would it be possible to promote so it’s usable in a plugin?
I would like to get direct dependencies in PyCharm projects independent of the used package manager. It seems there is PythonDependenciesManager but it’s marked as internal.
Would it be possible to promote so it’s usable in a plugin?
Also, there is PyPackageManager which is deprecated and PythonPackageManager which is marked as Experimental on class level but all interestings are Internal.
How am I supposed to work with this?