Skip to content

Commit

Permalink
Add documentation for uv add -r (#10926)
Browse files Browse the repository at this point in the history
Closes #10924
  • Loading branch information
zanieb authored Jan 24, 2025
1 parent 42fae92 commit 6e4845f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/concepts/projects/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ $ uv add "httpx>9999"
we can conclude that your project's requirements are unsatisfiable.
```

### Importing dependencies

Dependencies declared in a `requirements.txt` file can be added to the project with the `-r` option:

```
uv add -r requirements.txt
```

## Removing dependencies

To remove a dependency:
Expand Down

0 comments on commit 6e4845f

Please sign in to comment.