Skip to content

Commit c649efe

Browse files
authored
Merge pull request #6 from karlb/patch-1
configuration: Update python runtime detection
2 parents b437fd4 + a01616d commit c649efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ requirements.txt
3030

3131
Besides [`ENV`](env.md) and [`Procfile`](procfile.md), `piku` also looks for runtime-specific files in the root of your app's directory:
3232

33-
* If there's a `requirements.txt` file at the top level, then the app is assumed to require Python.
33+
* If there's a `requirements.txt` or `pyproject.toml` file at the top level, then the app is assumed to require Python. Installing an app with a `pyproject.toml` will require [poetry](https://python-poetry.org/) or [uv](https://docs.astral.sh/uv/).
3434
* If there's a `Gemfile` at the top level, then the app is assumed to require Ruby.
3535
* If there's a `package.json` file at the top level, then the app is assumed to require Node.js.
3636
* If there's a `pom.xml` or a `build.gradle` file at the top level, then the app is assumed to require Java.
@@ -40,4 +40,4 @@ Besides [`ENV`](env.md) and [`Procfile`](procfile.md), `piku` also looks for run
4040
!!! info
4141
`go.mod` support is currently in development.
4242

43-
These are not exclusive, however. There is also [a sample Phoenix app](../community/examples.md#phoenix) that demonstrates how to add support for additional runtimes.
43+
These are not exclusive, however. There is also [a sample Phoenix app](../community/examples.md#phoenix) that demonstrates how to add support for additional runtimes.

0 commit comments

Comments
 (0)