Files
openide/python/services/system-python/resources/intellij.python.community.services.systemPython.xml
Ilya.Kazakevich cea3e7d9c0 Python: make python with language level independent from python binary to support conda and other python types.
GitOrigin-RevId: 2752eed732ab6d3e45da38714106700ba2014bd8
2025-06-07 22:05:56 +00:00

9 lines
375 B
XML

<idea-plugin package="com.intellij.python.community.services.systemPython">
<dependencies>
<module name="intellij.python.community"/>
<module name="intellij.python.psi.impl"/>
<module name="intellij.python.sdk"/>
<module name="intellij.python.community.execService"/>
<module name="intellij.python.community.impl.venv"/>
</dependencies>
</idea-plugin>