diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-18 19:10:27 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-18 19:10:27 +0000 |
commit | 4357d90862544370fcd3c70c46e131ca8c49883c (patch) | |
tree | 8089e5fe2ceb30132f13ae9ba2bc967c0edab0d6 | |
parent | a3d85854c8603fd9bc605e6fb9531b136d9050e3 (diff) | |
download | youload-4357d90862544370fcd3c70c46e131ca8c49883c.tar.gz youload-4357d90862544370fcd3c70c46e131ca8c49883c.tar.bz2 youload-4357d90862544370fcd3c70c46e131ca8c49883c.zip |
This seems to be working so far
-rw-r--r-- | buildozer.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildozer.spec b/buildozer.spec index db6d3a5..015b518 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,ffmpeg-python +requirements = python3,kivy,pytube,future,ffmpeg,ffmpeg-python # (str) Custom source folders for requirements # Sets custom source for any requirements with recipes |