Add min basic dependencies to install requirements.

This commit is contained in:
matham 2020-09-14 17:43:30 -04:00 committed by GitHub
parent cdccec5249
commit f8ab7229c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ install_requires =
Kivy-Garden>=0.1.4
docutils
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
[options.extras_require]