Merge pull request #2041 from mvaled/note-issue-2040

Note that ``-e`` impacts sub-dependencies in lock file.
This commit is contained in:
Dan Ryan
2018-04-24 19:48:29 -04:00
committed by GitHub
+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: