Skip to content

dropseed/heroku-buildpack-uv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.