2018/10/16
[Python] dependency_links を使わないでレポジトリを明示的に指定する方法
以前書いたように
dependency_links は Deprecated な状態にありながらも、有効な代替手段がない状態でした。
> 参考
>
> [setup.py に dependency_links を書いても "Could not find a version that satisfies the requirement" が出る場合の対処方法4種 | 穀風](https://kokufu.blogspot.com/2018/04/setuppy-dependencylinks-could-not-find.html)
しかし、先日 リリースされた pip 18.1 で [PEP 508](https://www.python.org/dev/peps/pep-0508/) が実装され `dependency_links` を使わないで独自のレポジトリを指定できるようになりました。