Skip to content

ilyatovbin-pp/serverless-python-uv-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
    optionalDependencies: # fetch dependencies from [project.optional-dependencies]
      - aws
      - azure # can also be the string "all" to fetch all optional dependencies
    pyprojectPath: ../../pyproject.toml # Path to pyproject.toml (can be absolute or relative)
plugins:
    - serverless-python-uv-converter
    - serverless-python-requirements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors