diff --git a/crates/uv/src/main.rs b/crates/uv/src/main.rs index d6b525fad..f20674194 100644 --- a/crates/uv/src/main.rs +++ b/crates/uv/src/main.rs @@ -831,10 +831,6 @@ struct PipInstallArgs { #[clap(long, hide = true, conflicts_with = "prerelease")] pre: bool, - /// Write the compiled requirements to the given `requirements.txt` file. - #[clap(long, short)] - output_file: Option, - /// The URL of the Python package index (by default: ). /// /// The index given by this flag is given lower priority than all other