Skip to content

Commit f933ffc

Browse files
chore (.tool-versions): bump deps
remove poetry
1 parent bee7b04 commit f933ffc

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

.tool-versions

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
nodejs 23.4.0
2-
poetry 1.8.5
3-
process-compose 1.24.2
4-
python 3.11.10
5-
uv 0.2.5
1+
nodejs 23.2.0
2+
process-compose 1.46.0
3+
python 3.11.11
4+
uv 0.6.14

devbox.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
11
{
22
"packages": [
3-
"ansible-lint@latest",
4-
"ansible@latest",
53
"asdf-vm@latest",
6-
"docker@latest",
4+
"cyrus_sasl@latest",
75
"gh@latest",
86
"git@latest",
97
"gnumake@latest",
108
"go-task@latest",
11-
"kubectl@latest",
12-
"nodejs@21.4.0",
13-
"openssl@latest",
14-
"poetry@latest",
15-
"tilt@latest",
9+
"openldap@latest",
10+
"python312Full@latest",
1611
"uv@latest"
1712
],
1813
"env": {
1914
"VENV_DIR": ".venv",
20-
"UV_HTTP_TIMEOUT": "150"
15+
"UV_HTTP_TIMEOUT": "90",
16+
"UV_COMPILE_BYTECODE": "1",
17+
"UV_LINK_MODE": "copy"
2118
},
2219
"shell": {
2320
"init_hook": [
21+
"[ -d ${VENV_DIR} ] || uv venv ${VENV_DIR}",
2422
". $VENV_DIR/bin/activate",
25-
"uv pip install -r requirements.txt"
23+
"uv pip install -r pyproject.toml --all-extras"
2624
],
2725
"scripts": {
28-
"install": "uv pip install -r requirements.txt",
26+
"install": "uv pip install -r pyproject.toml --all-extras",
2927
"export-reqs": "uv pip freeze | uv pip compile - -o requirements.txt",
30-
"venv": "uv venv ${VENV_DIR} --allow-existing",
28+
"venv": "uv venv ${VENV_DIR}",
3129
"test": "pytest"
3230
}
3331
}

0 commit comments

Comments
 (0)