mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 12:34:00 +07:00
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
33 lines
1.5 KiB
XML
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>
|