Package Managers

May 30, 2026 | 5 min read

poetry

poetry add pyvorin-thin --source pyvorin
poetry add pyvorin --group dev --source pyvorin

pdm

pdm add pyvorin-thin --no-sync
pdm config pypi.pyvorin.url https://pypi.pyvorin.com/simple

pip-tools

# requirements.in
pyvorin-thin --extra-index-url https://pypi.pyvorin.com/simple
pip-compile requirements.in
pip-sync requirements.txt

Lock Files

Always pin Pyvorin to an exact version in lock files to ensure reproducible compilation behaviour:

pyvorin-thin==1.0.5