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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,17 @@ custom:
150
150
- lambda_dependencies
151
151
```
152
152
153
+
## :sparkles::rocket::sparkles: uv support
154
+
155
+
If you include a `uv.lock` and have `uv` installed, this will use `uv` to generate requirements instead of a `requirements.txt`. It is fully compatible with all options such as `zip` and
156
+
`dockerizePip`. If you don't want this plugin to generate it for you, set the following option:
157
+
158
+
```yaml
159
+
custom:
160
+
pythonRequirements:
161
+
useUv: false
162
+
```
163
+
153
164
### Poetry with git dependencies
154
165
155
166
Poetry by default generates the exported requirements.txt file with `-e` and that breaks pip with `-t` parameter
0 commit comments