diff --git a/buildozer.spec b/buildozer.spec index b1125ee..013e2ab 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -36,7 +36,7 @@ version = 0.1 # (list) Application requirements # comma seperated e.g. requirements = sqlite3,kivy -requirements = kivy +requirements = kivy,python2 # (str) Custom source folders for requirements # Sets custom source for any requirements with recipes diff --git a/requirements.txt b/requirements.txt index ff07142..8787a3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,10 @@ -Cython==0.23 +#Cython==0.23 +Cython -e git+https://github.com/kivy/kivy#egg=Kivy -e git+https://github.com/kivy/buildozer#egg=buildozer pyinstaller + +colorama +sh +jinja2 +enum34