broad-processor-92400
11/09/2023, 3:03 AMrequirements.txt
next to register.py
, or even with [GLOBAL].plugins
.
Background: I just realised today that the plugins = ["hdrhistogram"]
line we have in our pants.ci.toml
on recommendation from https://www.pantsbuild.org/docs/using-pants-in-ci seems to be unpinned.
Presumably I could go and replace everything with transitively pinned ==
requirements, but that feels... unsatisfying; is there another way?bitter-ability-32190
11/09/2023, 3:09 AMhappy-kitchen-89482
11/09/2023, 2:44 PMhappy-kitchen-89482
11/09/2023, 2:44 PMcurved-television-6568
11/09/2023, 3:43 PMrequirements.txt
file to install along with it, next logical step is to support lockfiles. 🙂broad-processor-92400
11/10/2023, 1:46 AM