mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
838f4c125b
* Moves all manual build steps to make targets, to simplify the commands run, and reduce chance for error. * Removes the need to remember to rebuild the builder image by building it automatically prior to launching. * Adds a new make target for deploying multiple runtime versions at once to speed up the common case. * Reduces repetition/superfluous content in documentation. * Removes unused `S3_REGION` from `dockerenv.default` (the contents of S3 buckets inherit the region of the bucket). * Documents build dependencies in `requirements.txt`. Closes @W-8119717@. [skip changelog]
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
# Dependencies for generating/publishing Python binaries.
|
|
bob-builder==0.0.18
|
|
|
|
# Sub-dependencies of bob-builder.
|
|
boto==2.49.0
|
|
docopt==0.6.2
|