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.