Skip to content

Commit 7921ee9

Browse files
committed
docs: add uv to python dependencies
1 parent 9737e7d commit 7921ee9

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

sites/platform/src/languages/python/dependencies.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,19 @@ hooks:
141141
```
142142
{{< /codetabs >}}
143143

144+
## UV
145+
146+
[uv](https://docs.astral.sh/uv/) is an extremely fast Python package and project
147+
manager, written in Rust.
148+
149+
```yaml {configFile="app"}
150+
{{< snippet name="myapp" config="app" root="myapp" >}}
151+
type: 'python:{{% latest "python" %}}'
152+
dependencies:
153+
python3:
154+
uv: "*"
155+
```
156+
144157
## Poetry
145158
146159
[Poetry](https://python-poetry.org/docs/) is a tool for dependency management and packaging in Python.

sites/upsun/src/languages/python/dependencies.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,21 @@ hooks:
141141
```
142142
{{< /codetabs >}}
143143

144+
## UV
145+
146+
[uv](https://docs.astral.sh/uv/) is an extremely fast Python package and project
147+
manager, written in Rust.
148+
149+
```yaml {configFile="app"}
150+
applications:
151+
# The app's name, which must be unique within the project.
152+
myapp:
153+
type: 'python:{{% latest "python" %}}'
154+
dependencies:
155+
python3:
156+
uv: "*"
157+
```
158+
144159
## Poetry
145160
146161
[Poetry](https://python-poetry.org/docs/) is a tool for dependency management and packaging in Python.

0 commit comments

Comments
 (0)