We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84b5491 + 21c754c commit d382723Copy full SHA for d382723
source/glossary.rst
@@ -209,10 +209,8 @@ Glossary
209
Requirement Specifier
210
211
A format used by :ref:`pip` to install packages from a :term:`Package
212
- Index`. For an EBNF diagram of the format, see the
213
- `pkg_resources.Requirement
214
- <https://setuptools.readthedocs.io/en/latest/pkg_resources.html#requirement-objects>`_
215
- entry in the :ref:`setuptools` docs. For example, "foo>=1.3" is a
+ Index`. For an EBNF diagram of the format, see :ref:`dependency-specifiers`.
+ For example, "foo>=1.3" is a
216
requirement specifier, where "foo" is the project name, and the ">=1.3"
217
portion is the :term:`Version Specifier`
218
0 commit comments