Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 628 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 628 Bytes

heroku-buildpack-uv

A Heroku Buildpack for uv.

Generates requirements.txt and runtime.txt files from your uv.lock file.

This buildpack is essentially a pre-processor for the heroku/python buildpack, so it should be added before heroku/python.

For example:

heroku buildpacks:clear
heroku buildpacks:add https://github.com/dropseed/heroku-buildpack-uv.git
heroku buildpacks:add heroku/python

Originally developed for use with Plain, but can be used with any Python project using uv.