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.
1 parent 84b5491 commit ece6b79Copy full SHA for ece6b79
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 `PEP 508
+ <https://peps.python.org/pep-0508/>`_. 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