File tree Expand file tree Collapse file tree 2 files changed +14
-17
lines changed
Expand file tree Collapse file tree 2 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments