HomePhabricator

Re-lock all dependencies in Pipfile.lock (without upgrade)

Tags
None
Referenced Files
None
Subscribers
None

Description

Re-lock all dependencies in Pipfile.lock (without upgrade)

Done using

pipenv lock --keep-outdated
pipenv lock --keep-outdated -r > requirements.txt
pipenv lock --keep-outdated --dev-only -r > requirements-dev.txt

This paves the way to have clean diff when upgrading modules.

Details

Provenance
JeanFredAuthored on Aug 21 2020, 9:20 AM
Parents
R1969:a8dd9eab1c11: Add special exception for WSC 2015 in Armenia
Branches
Unknown
Tags
Unknown
ChangeId
None