Skip to content

Commit 1a61586

Browse files
authored
removed references to PEP 582 which has been rejected. (pypa#1258)
* removed references to PEP 582 which has been rejected. * removed now obsolete reference to npm
1 parent a1deee1 commit 1a61586

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

source/key_projects.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,7 @@ pdm
486486
`GitHub <https://github.com/pdm-project/pdm/>`__ |
487487
`PyPI <https://pypi.org/project/pdm>`__
488488

489-
PDM is a modern Python package manager with :pep:`582` support. It installs and
490-
manages packages in a similar way to ``npm`` that doesn't need to create a
491-
:term:`virtual environment` at all. It also uses :term:`pyproject.toml` to store
489+
PDM is a modern Python package manager. It uses :term:`pyproject.toml` to store
492490
project metadata as defined in :pep:`621`.
493491

494492
.. _pex:

source/tutorials/managing-dependencies.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,8 @@ and techniques, listed in alphabetical order, to see if one of them is a better
167167
wrapper around pip that supports ``requirements.txt``, Pipenv and Poetry lock files,
168168
or converting them to pip-tools compatible output. Designed for containerized
169169
Python applications, but not limited to them.
170-
* `PDM <https://github.com/pdm-project/pdm>`_ for a modern Python package management
171-
tool supporting :pep:`582` (replacing virtual environments with ``__pypackages__``
172-
directory for package installation) and relying on standards such as :pep:`517` and
173-
:pep:`621`.
170+
* `PDM <https://github.com/pdm-project/pdm>`_ for a modern Python package
171+
management relying on standards such as :pep:`517` and :pep:`621`.
174172
* `pip-tools <https://github.com/jazzband/pip-tools>`_ for creating a lock file of all
175173
dependencies from a list of packages directly used in a project, and ensuring that
176174
only those dependencies are installed.

0 commit comments

Comments
 (0)