Skip to content

Instantly share code, notes, and snippets.

@code-yeongyu
Last active January 21, 2025 06:35
Show Gist options
  • Save code-yeongyu/5c7f34c1e75e1bd0194318527db7df53 to your computer and use it in GitHub Desktop.
Save code-yeongyu/5c7f34c1e75e1bd0194318527db7df53 to your computer and use it in GitHub Desktop.
Shortcut to install basic dependencies for uv-based projects
uv add uv setuptools;uv add --group dev ruff mypy pytest pytest-asyncio pytest-sugar pytest-xdist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment