On Fri, Apr 22, 2022 at 02:49:39PM -0400, John Snow wrote: > Now that we've got a Pipfile.lock generated that works, we can remove > the static pins from the Pipfile to allow various dependencies to be > added or removed as necessary when updating our direct dependencies in > the future. > > So long as --keep-outdated is always passed to Pipenv, items that aren't > absolutely necessary to update will not be, which will help keep our > requirements more at the very oldest possible versions that still work. > > Signed-off-by: John Snow <[email protected]>
Makes sense. Reviewed-by: Kashyap Chamarthy <[email protected]> PS: I see that you've also documented a summary version of Pipfile.lock et al in FILES.txt; thank you. [...] -- /kashyap
