serverless-python-uv-converter
v1.0.0
Published
Serverless plugin to convert pyproject.toml to requirements.txt
Maintainers
Readme
serverless-python-uv-converter
You can use this together with serverless-python-requirements to dynamically generate requirements.txt using your pyproject.toml file.
How to use:
# all of this is optional
custom:
pythonUvConverter:
overwrite: true # can overwrite existing requirements.txt files
dependencyGroup: dev # if you have additional dependency groups you want to install.
plugins:
- serverless-python-uv-converter
- serverless-python-requirements