diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-08-14 02:43:53 +0200 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-10-07 18:45:19 +0200 |
| commit | 026f9b75544c53636fd692af386730553740a511 (patch) | |
| tree | 8c8b52e0d7f2da4fe097761e7c800a3982ae1288 /docs | |
| parent | 5eee6b4b523a6d2ae16ef913c01302f951b4f614 (diff) | |
| download | python-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.txt | 4 |
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: |
