mirror of https://github.com/kivy/kivy.git
Add min basic dependencies to install requirements.
This commit is contained in:
parent
cdccec5249
commit
f8ab7229c3
|
@ -23,6 +23,10 @@ install_requires =
|
||||||
Kivy-Garden>=0.1.4
|
Kivy-Garden>=0.1.4
|
||||||
docutils
|
docutils
|
||||||
pygments
|
pygments
|
||||||
|
kivy_deps.angle~=0.2.0; sys_platform == "win32"
|
||||||
|
kivy_deps.sdl2~=0.2.0; sys_platform == "win32"
|
||||||
|
kivy_deps.glew~=0.2.0; sys_platform == "win32"
|
||||||
|
pypiwin32; sys_platform == "win32"
|
||||||
dependency_links = https://github.com/kivy-garden/garden/archive/master.zip
|
dependency_links = https://github.com/kivy-garden/garden/archive/master.zip
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
|
|
Loading…
Reference in New Issue