summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2019-08-14 02:43:53 +0200
committerBenoit Pierre <benoit.pierre@gmail.com>2019-10-07 18:45:19 +0200
commit026f9b75544c53636fd692af386730553740a511 (patch)
tree8c8b52e0d7f2da4fe097761e7c800a3982ae1288 /docs
parent5eee6b4b523a6d2ae16ef913c01302f951b4f614 (diff)
downloadpython-setuptools-git-026f9b75544c53636fd692af386730553740a511.tar.gz
docs: mention dependency links support was dropped in pip 19.0
Diffstat (limited to 'docs')
-rw-r--r--docs/setuptools.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 2e7fe3bd..8cfb5f13 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -675,6 +675,10 @@ using ``setup.py develop``.)
Dependencies that aren't in PyPI
--------------------------------
+.. warning::
+ Dependency links support has been dropped by pip starting with version
+ 19.0 (released 2019-01-22).
+
If your project depends on packages that don't exist on PyPI, you may still be
able to depend on them, as long as they are available for download as: