Skip to content

Commit 26b65e6

Browse files
Savannah Ostrowskibhrutledge
andauthored
Update extras example to use unioned dependencies (#1244)
Co-authored-by: Brian Rutledge <[email protected]>
1 parent f65104c commit 26b65e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/specifications/dependency-specifiers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ many extras as they wish, and each extra results in the declaration of
147147
additional dependencies of the distribution **when** the extra is used in a
148148
dependency specification. For instance::
149149

150-
requests[security]
150+
requests[security,tests]
151151

152152
Extras union in the dependencies they define with the dependencies of the
153153
distribution they are attached to. The example above would result in requests

0 commit comments

Comments
 (0)