add cython to install_requires

This commit is contained in:
dessant 2015-10-15 17:55:55 +03:00
parent 1b8ead2a9c
commit 1b1125ea77
1 changed files with 1 additions and 1 deletions

View File

@ -956,4 +956,4 @@ setup(
'Topic :: Software Development :: User Interfaces'],
dependency_links=[
'https://github.com/kivy-garden/garden/archive/master.zip'],
install_requires=['Kivy-Garden==0.1.4'])
install_requires=['cython>=' + MIN_CYTHON_STRING, 'Kivy-Garden==0.1.4'])