mirror of https://github.com/kivy/kivy.git
setup.cfg: The item `option.dependency_links` dropped by `pip` in 2019 (#8942)
```diff - dependency_links = https://github.com/kivy-garden/garden/archive/master.zip ``` > [!WARNING] > Dependency links support has been dropped by pip starting with version 19.0 (released 2019-01-22). https://setuptools.pypa.io/en/latest/deprecated/dependency_links.html @misl6 Related to: * #8127
This commit is contained in:
parent
cb5a7e63cf
commit
ea40582837
|
@ -25,7 +25,6 @@ install_requires =
|
|||
kivy_deps.sdl2~=0.8.0; sys_platform == "win32"
|
||||
kivy_deps.glew~=0.3.1; sys_platform == "win32"
|
||||
pypiwin32; sys_platform == "win32"
|
||||
dependency_links = https://github.com/kivy-garden/garden/archive/master.zip
|
||||
|
||||
[options.extras_require]
|
||||
tuio = oscpy
|
||||
|
|
Loading…
Reference in New Issue