We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08868d6 commit ef4e870Copy full SHA for ef4e870
2 files changed
.diploi/helm/app.yaml
@@ -43,6 +43,7 @@ spec:
43
- |
44
if [ -f pyproject.toml ]; then
45
echo "Pyproject.toml found, installing dependencies with uv" && \
46
+ uv venv .venv --clear && \
47
uv sync --frozen --no-cache --link-mode=copy
48
elif [ -f requirements.txt ]; then
49
echo "requirements.txt found, installing dependencies with pip" && \
pyproject.toml
@@ -3,7 +3,7 @@ name = "hello-world"
3
version = "0.1.0"
4
description = "Add your description here"
5
readme = "README.md"
6
-requires-python = ">=3.13"
+requires-python = ">=3.11"
7
dependencies = [
8
"fastapi>=0.135.1",
9
"uvicorn>=0.40.0",
0 commit comments