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 7a7d22a commit 6dc0c15Copy full SHA for 6dc0c15
README.md
@@ -18,10 +18,10 @@ The buildpack is published for consumption at
18
## Behavior
19
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`
+- [conda](conda/README.md) -> `environment.yml`
+- [pip](pip/README.md) -> `requirements.txt`
+- [pipenv](pipenv/README.md) -> `Pipfile`
+- [poetry](poetry/README.md) -> `pyproject.toml`
25
26
is present in the root folder.
27
0 commit comments