Use uv instead of rye

This commit is contained in:
2025-01-02 10:11:23 +03:00
parent 2e17220ad6
commit f5c8eee2ab
7 changed files with 1099 additions and 121 deletions

View File

@@ -24,7 +24,7 @@ Set up a Python 3.10+ virtual environment and install the requirements:
```console
$ python3 -m .venv
$ source .venv/bin/activate
$ pip install -r requirements.lock
$ pip install -r requirements.txt
```
# TODO