ninoseki / vscode-mogami

A VS Code extension for checking the latest version of each dependency
https://marketplace.visualstudio.com/items?itemName=ninoseki.vscode-mogami
MIT License
16 stars 0 forks source link

Support uv's pyproject.toml #82

Closed dekked closed 2 months ago

dekked commented 2 months ago

Clear and concise description of the feature request

It would be nice to support uv's dependency format: https://docs.astral.sh/uv/concepts/dependencies/

It's basically PEP 508 so it mostly already works, except for dev dependencies are specified as:

[tool.uv]
dev-dependencies = [
  # ...
]

Additional context

No response

ninoseki commented 2 months ago

The feature is implemented and shipped to the marketplace. Let me know if you have any glitch, etc.