diff --git a/source/specifications/dependency-specifiers.rst b/source/specifications/dependency-specifiers.rst index 99886563c..82bfd2ecf 100644 --- a/source/specifications/dependency-specifiers.rst +++ b/source/specifications/dependency-specifiers.rst @@ -44,6 +44,9 @@ include extras, which expand the dependencies of the named distribution to enable optional features. The version installed can be controlled using version limits, or giving the URL to a specific artifact to install. Finally the dependency can be made conditional using environment markers. +When a dependency specifier is written as a quoted string, authors may keep +optional whitespace for readability, such as around version specifiers and +version clauses. Grammar -------