File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,8 @@ Whitespace
128
128
Non line-breaking whitespace is mostly optional with no semantic meaning. The
129
129
sole exception is detecting the end of a URL requirement.
130
130
131
+ .. _dependency-specifiers-names :
132
+
131
133
Names
132
134
-----
133
135
@@ -142,6 +144,8 @@ with re.IGNORECASE) is::
142
144
143
145
^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$
144
146
147
+ .. _dependency-specifiers-extras :
148
+
145
149
Extras
146
150
------
147
151
@@ -159,6 +163,8 @@ are listed in the "security" extra of requests.
159
163
160
164
If multiple extras are listed, all the dependencies are unioned together.
161
165
166
+ .. _dependency-specifiers-versions :
167
+
162
168
Versions
163
169
--------
164
170
@@ -170,6 +176,8 @@ via a URL. Version comparison are also used in the markers feature. The
170
176
optional brackets around a version are present for compatibility with
171
177
:pep: `345 ` but should not be generated, only accepted.
172
178
179
+ .. _dependency-specifiers-environment-markers :
180
+
173
181
Environment Markers
174
182
-------------------
175
183
@@ -294,6 +302,8 @@ The ``implementation_version`` marker variable is derived from
294
302
This environment markers section, initially defined through :pep: `508 `, supersedes the environment markers
295
303
section in :pep: `345 `.
296
304
305
+ .. _dependency-specifiers-grammar :
306
+
297
307
Complete Grammar
298
308
================
299
309
You can’t perform that action at this time.
0 commit comments