From e8a7be3b030308c66e5f667fbef03fbebf9efd90 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Thu, 1 Feb 2018 12:19:40 +0100 Subject: [PATCH] Add link to Pipfile specification This is useful for people using Pipenv and looking for more information related to specifying VCS dependencies. --- docs/basics.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/basics.rst b/docs/basics.rst index 22fdc708..d6444788 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -312,6 +312,8 @@ Pipenv will resolve the sub–dependencies of VCS dependencies, but only if they If editable is not true, sub–dependencies will not get resolved. +For more information about other options available when specifying VCS dependencies, please check the `Pipfile spec `__. + ☤ Pipfile.lock Security Features --------------------------------