mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Add user feedback when building source distributions in the resolver (#347)
It looks like Cargo, notice the bold green lines at the top (which appear during the resolution, to indicate Git fetches and source distribution builds): <img width="868" alt="Screen Shot 2023-11-06 at 11 28 47 PM" src="9647a480
-7be7-41e9-b1d3-69faefd054ae"> <img width="868" alt="Screen Shot 2023-11-06 at 11 28 51 PM" src="6bc491aa
-5b51-4b37-9ee1-257f1bc1c049"> Closes https://github.com/astral-sh/puffin/issues/287 although we can do a lot more here.
This commit is contained in:
parent
2c32bc5a86
commit
b0286a8939
11 changed files with 341 additions and 65 deletions
|
@ -5,6 +5,7 @@ packaging>=23.1
|
|||
pygls>=1.0.1
|
||||
lsprotocol>=2023.0.0a1
|
||||
ruff>=0.0.274
|
||||
flask @ git+https://github.com/pallets/flask.git@d92b64a
|
||||
typing_extensions
|
||||
scipy
|
||||
numpy
|
||||
|
@ -28,3 +29,4 @@ typer
|
|||
pydantic
|
||||
uvicorn
|
||||
traitlets
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue