mirror of https://github.com/astral-sh/uv
## Summary
Allow using http(s) urls for constraints and requirements files handed
to the CLI, by handling paths starting with `http://` or `https://`
differently. This allows commands for such as: `uv pip install -c
https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-3.8.txt
requests`.
closes #1332
## Test Plan
Testing install using a `constraints.txt` file hosted on github in the
airflow repository:
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||