File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
platform/src/languages/python
upsun/src/languages/python Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,19 @@ hooks:
141
141
```
142
142
{{< /codetabs >}}
143
143
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
+
144
157
## Poetry
145
158
146
159
[Poetry](https://python-poetry.org/docs/) is a tool for dependency management and packaging in Python.
Original file line number Diff line number Diff line change @@ -141,6 +141,21 @@ hooks:
141
141
```
142
142
{{< /codetabs >}}
143
143
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
+
144
159
## Poetry
145
160
146
161
[Poetry](https://python-poetry.org/docs/) is a tool for dependency management and packaging in Python.
You can’t perform that action at this time.
0 commit comments