mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 08:54:34 +00:00
chore(python): add openapi-python-client to uv tools
This commit is contained in:
@@ -18,7 +18,8 @@ fi
|
|||||||
|
|
||||||
# CLI tools — installed isolated with `uv tool install`
|
# CLI tools — installed isolated with `uv tool install`
|
||||||
tools=(
|
tools=(
|
||||||
ansible # IT automation and configuration management
|
ansible # IT automation and configuration management
|
||||||
|
openapi-python-client # Generate Python API clients from OpenAPI specs
|
||||||
)
|
)
|
||||||
|
|
||||||
# Library packages — installed into system Python with `uv pip install --system`
|
# Library packages — installed into system Python with `uv pip install --system`
|
||||||
|
|||||||
Reference in New Issue
Block a user