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 0db8cef commit 47beb16Copy full SHA for 47beb16
Dockerfile
@@ -34,7 +34,7 @@ WORKDIR /app
34
COPY app /app/
35
36
#TODO: get uv to use system python instead of downloading -- faster, more reliable.
37
-RUN pip install --no-cache-dir uv==0.7.17 && \
+RUN pip install --no-cache-dir uv==0.9.7 && \
38
uv sync --frozen --no-dev
39
40
# Note: Fly automatically sets DATABASE_URL
app/pyproject.toml
@@ -3,7 +3,7 @@ name = "alloydflanagan-wag"
3
version = "0.1.1"
4
description = "Personal web site for A. Lloyd Flanagan"
5
readme = "README.md"
6
-requires-python = ">=3.14"
+requires-python = ">=3.14,<3.15"
7
dependencies = [
8
"dj-database-url>=3.0.1",
9
"django-debug-toolbar>=6.0.0",
0 commit comments