Skip to content

foodles-tech/heroku-buildpack-uv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%