DataDog / riot

A Python virtual env builder and command runner
https://ddriot.readthedocs.io/
Apache License 2.0
23 stars 15 forks source link

fix: ensure setuptools is present in riot lock files #228

Closed brettlangdon closed 1 month ago

brettlangdon commented 1 month ago

By default setuptools is not included by pip-compile generated lock files.

This can cause issues for Venvs which rely on setuptools since it won't be included in the lock file.