Python: Extract poetry to a separate module to resue it.

We need to decouple it from community.impl

GitOrigin-RevId: 1636a67bc2f0d4d7a93ad255cde58b4bddb84211
This commit is contained in:
Ilya.Kazakevich
2025-01-27 21:06:45 +01:00
committed by intellij-monorepo-bot
parent 09cc77efe7
commit 54b33961fe
12 changed files with 54 additions and 32 deletions

View File

@@ -164,5 +164,6 @@
<orderEntry type="module" module-name="intellij.platform.ide.ui" />
<orderEntry type="library" name="jackson-module-kotlin" level="project" />
<orderEntry type="library" name="ap-validation" level="project" />
<orderEntry type="module" module-name="intellij.python.community.impl.poetry" />
</component>
</module>