Note that `-e` impacts sub-dependencies in lock file.

This commit is contained in:
Manuel Vázquez Acosta
2018-04-23 17:39:15 -04:00
parent adff22b114
commit e8eb732ce9
+3
View File
@@ -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: