Skip to content

Commit

Permalink
Moves uv to the contributing part
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Sep 2, 2024
1 parent 0d61ccb commit 6d416f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ It does not support:
### Requirements

* Python 3.9 or newer
* [`uv`](https://docs.astral.sh/uv) Python package manager

#### Environment variables

Expand Down Expand Up @@ -88,7 +87,7 @@ In `Post`, both `media` and `lang` are optional. In `Media`, `alt` is optional.

## Contributing

The tests include [Ruff](https://docs.astral.sh/ruff/) and [Mypy](https://www.mypy-lang.org/):
Requires [`uv`](https://docs.astral.sh/uv) Python package manager. The tests include [Ruff](https://docs.astral.sh/ruff/) and [Mypy](https://www.mypy-lang.org/):

```console
$ uv run python -m pytest
Expand Down

0 comments on commit 6d416f8

Please sign in to comment.