Files
openide/python/aliasProvider/resources/intellij.python.community.aliasProvider.xml
Ilya.Kazakevichandintellij-monorepo-bot a1b92b2591 [python] PY-79486: (WIP) split pyproject.toml tools into backend/common.
Each tool (uv, poetry) now has `common` and `backend` part. `common` has icons because we need them both on the front and on the back.

We might need to create `front` module also if we wouldn't be able to use icons in compose.

GitOrigin-RevId: 560b5aa67e4e747a1653ad6e4f780301a3fae289
2025-11-24 16:35:26 +00:00

33 lines
1.5 KiB
XML

<idea-plugin visibility="public">
<dependencies>
<module name="intellij.python.parser"/>
<module name="intellij.python.ast"/>
<module name="intellij.python.syntax.core"/>
<module name="intellij.python.syntax"/>
<module name="intellij.python.psi"/>
<module name="intellij.python.psi.impl"/>
<module name="intellij.python.sdk"/>
<module name="intellij.python.sdk.ui"/>
<module name="intellij.python.pyproject"/>
<module name="intellij.python.community.impl.poetry.common"/>
<module name="intellij.python.community.impl.pipenv"/>
<module name="intellij.python.community.core.impl"/>
<module name="intellij.python.community.helpersLocator"/>
<module name="intellij.python.community"/>
<module name="intellij.python.community.impl"/>
<module name="intellij.python.community.execService"/>
<module name="intellij.python.community.execService.python"/>
<module name="intellij.python.community.impl.installer"/>
<module name="intellij.python.pydev"/>
<module name="intellij.python.community.impl.venv"/>
<module name="intellij.python.hatch"/>
<module name="intellij.python.community.services.shared"/>
<module name="intellij.python.community.services.internal.impl"/>
<module name="intellij.python.community.services.systemPython"/>
<module name="intellij.python.community.interpreters"/>
<module name="intellij.python.processOutput"/>
</dependencies>
<!-- Declare that we support core Python functionality -->
<module value="com.intellij.modules.python"/>
</idea-plugin>