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
4747 * **pip**: **`pip install "aws-lambda-powertools"`**{: .copyMe}
4848 * **poetry**: **`poetry add "aws-lambda-powertools"`**{: .copyMe}
4949 * **pdm**: **`pdm add "aws-lambda-powertools"`**{: .copyMe}
50+ * **uv**: **`uv add "aws-lambda-powertools"`**{: .copyMe}
5051
5152 ### Extra dependencies
5253
@@ -299,6 +300,7 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc
299300 - __Pip__: [**`pip install --pre "aws-lambda-powertools"`**](#){: .copyMe}
300301 - __Poetry__: [**`poetry add --allow-prereleases "aws-lambda-powertools" --group dev`**](#){: .copyMe}
301302 - __Pdm__: [**`pdm add -dG --prerelease "aws-lambda-powertools"`**](#){: .copyMe}
303+ - __uv__: [**`uv add --prerelease allow "aws-lambda-powertools"`**](#){: .copyMe}
302304
303305### Local development
304306
@@ -309,6 +311,7 @@ Powertools for AWS Lambda (Python) relies on the [AWS SDK bundled in the Lambda
309311- __ Pip__ : [ ** ` pip install "aws-lambda-powertools[aws-sdk]" ` ** ] ( # ) {: .copyMe}
310312- __ Poetry__ : [ ** ` poetry add "aws-lambda-powertools[aws-sdk]" --group dev ` ** ] ( # ) {: .copyMe}
311313- __ Pdm__ : [ ** ` pdm add -dG "aws-lambda-powertools[aws-sdk]" ` ** ] ( # ) {: .copyMe}
314+ - __ uv__ : [ ** ` uv add "aws-lambda-powertools[aws-sdk]" ` ** ] ( # ) {: .copyMe}
312315
313316__ A word about dependency resolution__
314317
You can’t perform that action at this time.
0 commit comments