diff --git a/Cargo.lock b/Cargo.lock index 0f0d353..b45dbfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1804,7 +1804,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uv-migrator" -version = "2024.7.2" +version = "2024.7.3" dependencies = [ "clap", "dirs", diff --git a/README.md b/README.md index 5c6f12b..52c3478 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ your dependency declarations for reference - Automatically transfers dependencies from the existing `pyproject.toml` or `requirements.txt` to the new UV-based project - Attempts to migrate all [tool.*] configs to the new `pyproject.toml` file +- By default, if using dependency groups in poetry or `requirements-some_group_name.txt` with req files they will be + translated into uv dependency groups otherwise they will use the main and --dev conventions - Handles both main and development dependencies - Provides detailed logging for transparency and debugging - Supports importing extra index URLs from global pip configuration