You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,16 @@ custom:
141
141
requirePoetryLockFile: false
142
142
```
143
143
144
+
If your Poetry configuration includes custom dependency groups, they will not be installed automatically. To include them in the deployment package, use the `poetryWithGroups`, `poetryWithoutGroups` and `poetryOnlyGroups` options which wrap `poetry export`'s `--with`, `--without` and `--only` parameters.
145
+
146
+
```yaml
147
+
custom:
148
+
pythonRequirements:
149
+
poetryWithGroups:
150
+
- internal_dependencies
151
+
- lambda_dependencies
152
+
```
153
+
144
154
### Poetry with git dependencies
145
155
146
156
Poetry by default generates the exported requirements.txt file with `-e` and that breaks pip with `-t` parameter
0 commit comments