forked from paketo-buildpacks/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.toml
More file actions
30 lines (20 loc) · 733 Bytes
/
package.toml
File metadata and controls
30 lines (20 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[buildpack]
uri = "build/buildpack.tgz"
[[dependencies]]
uri = "docker://gcr.io/paketo-community/python-runtime:0.0.171"
[[dependencies]]
uri = "docker://gcr.io/paketo-community/pipenv:0.0.119"
[[dependencies]]
uri = "docker://gcr.io/paketo-community/pip:0.0.140"
[[dependencies]]
uri = "docker://gcr.io/paketo-community/cpython:0.4.0"
[[dependencies]]
uri = "docker://gcr.io/paketo-community/pip:0.1.0"
[[dependencies]]
uri = "docker://gcr.io/paketo-community/pip-install:0.1.0"
[[dependencies]]
uri = "docker://gcr.io/paketo-community/python-start:0.3.0"
[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/procfile:4.1.0"
[[dependencies]]
uri = "docker://gcr.io/paketo-community/conda:0.0.113"