diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-18 04:11:40 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-18 04:11:40 +0000 |
commit | b8f74580808f1e8c02088d4b68c39e30897c96cd (patch) | |
tree | 6fd75308b74cbbeb396845c45460b21ad8fca522 /buildozer.spec | |
parent | 466c75199e60541199fb958056f06ef565fdf98e (diff) | |
download | youload-b8f74580808f1e8c02088d4b68c39e30897c96cd.tar.gz youload-b8f74580808f1e8c02088d4b68c39e30897c96cd.tar.bz2 youload-b8f74580808f1e8c02088d4b68c39e30897c96cd.zip |
having a hard time with mp4 to mp3 on android
Diffstat (limited to 'buildozer.spec')
-rw-r--r-- | buildozer.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildozer.spec b/buildozer.spec index 33bc0f7..db6d3a5 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -37,7 +37,7 @@ version = 1.2 # (list) Application requirements # comma separated e.g. requirements = sqlite3,kivy -requirements = python3,kivy,pytube,ffmpeg-python +requirements = python3,kivy,pytube,ffmpeg,ffmpeg-python # (str) Custom source folders for requirements # Sets custom source for any requirements with recipes |