Open KelSolaar opened 3 days ago
This PR implements support for Astral's uv and drops support for Poetry.
pyproject.toml
uv run main.py
.venv
uv sync --all-extras
This PR implements support for Astral's uv and drops support for Poetry.
pyproject.toml
file is now much more standard and can use with many other tools.uv run main.py
..venv
directory next to the source, can be created as follows:uv sync --all-extras
.