File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc
47
47
* **pip**: **`pip install "aws-lambda-powertools"`**{: .copyMe}
48
48
* **poetry**: **`poetry add "aws-lambda-powertools"`**{: .copyMe}
49
49
* **pdm**: **`pdm add "aws-lambda-powertools"`**{: .copyMe}
50
+ * **uv**: **`uv add "aws-lambda-powertools"`**{: .copyMe}
50
51
51
52
### Extra dependencies
52
53
@@ -299,6 +300,7 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc
299
300
- __Pip__: [**`pip install --pre "aws-lambda-powertools"`**](#){: .copyMe}
300
301
- __Poetry__: [**`poetry add --allow-prereleases "aws-lambda-powertools" --group dev`**](#){: .copyMe}
301
302
- __Pdm__: [**`pdm add -dG --prerelease "aws-lambda-powertools"`**](#){: .copyMe}
303
+ - __uv__: [**`uv add --prerelease allow "aws-lambda-powertools"`**](#){: .copyMe}
302
304
303
305
### Local development
304
306
@@ -309,6 +311,7 @@ Powertools for AWS Lambda (Python) relies on the [AWS SDK bundled in the Lambda
309
311
- __ Pip__ : [ ** ` pip install "aws-lambda-powertools[aws-sdk]" ` ** ] ( # ) {: .copyMe}
310
312
- __ Poetry__ : [ ** ` poetry add "aws-lambda-powertools[aws-sdk]" --group dev ` ** ] ( # ) {: .copyMe}
311
313
- __ Pdm__ : [ ** ` pdm add -dG "aws-lambda-powertools[aws-sdk]" ` ** ] ( # ) {: .copyMe}
314
+ - __ uv__ : [ ** ` uv add "aws-lambda-powertools[aws-sdk]" ` ** ] ( # ) {: .copyMe}
312
315
313
316
__ A word about dependency resolution__
314
317
You can’t perform that action at this time.
0 commit comments