From e8eb732ce9efad5484609a1345fc63a028f26376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=A1zquez=20Acosta?= Date: Mon, 23 Apr 2018 17:39:15 -0400 Subject: [PATCH] Note that ``-e`` impacts sub-dependencies in lock file. --- docs/basics.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/basics.rst b/docs/basics.rst index 5bb0cf7f..78ac66c1 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -245,6 +245,9 @@ the current working directory when working on packages:: Note that all sub-dependencies will get added to the ``Pipfile.lock`` as well. +.. note:: Sub-dependencies are **not** added to the ``Pipfile.lock`` if you + leave the ``-e`` option out. + .. _environment_management: