We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ca273 commit 7a7d22aCopy full SHA for 7a7d22a
README.md
@@ -16,7 +16,14 @@ The buildpack is published for consumption at
16
`paketobuildpacks/python-packagers`.
17
18
## Behavior
19
-This buildpack participates if `requirements.txt` exists at the root the app.
+This buildpack participates if one of the following detection succeeds:
20
+
21
+- (conda)[conda/README.md] -> `environment.yml`
22
+- (pip)[pip/README.md] -> `requirements.txt`
23
+- (pipenv)[pipenv/README.md] -> `Pipfile`
24
+- (poetry)[poetry/README.md] -> `pyproject.toml`
25
26
+is present in the root folder.
27
28
The buildpack will do the following:
29
* At build time:
0 commit comments