Skip to content
  • Lars Kruse's avatar
    build: use "pip freeze" instead of "pip-compile" · 58f3d087
    Lars Kruse authored
    Previously we misunderstood the behavior of "pip-compile": instead of
    storing the *current* state of the virtual environment, it recorded the
    "calculated" state of the virtual environment based on the content of
    `requirements.txt`.
    Thus, previously we ignored all site-wide installed versions of python
    modules.
    58f3d087