Skip to content

Commit 0a54ef7

Browse files
committed
add additional Android app requirements
1 parent 1284964 commit 0a54ef7

1 file changed

Lines changed: 21 additions & 10 deletions

File tree

buildozer.spec

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,35 @@ icon.filename = %(source.dir)s/data/logo/logo-128.png
3030
# requirements of the app
3131
requirements =
3232
kivy==2.0.0,
33-
python3,
34-
android,
35-
pyjnius,
36-
plyer,
33+
python3,
34+
android,
35+
pygments==2.7.3,
3736
# herethere dependencies
38-
asyncssh,
39-
nest_asyncio,
40-
python-dotenv,
37+
asyncssh==2.4.2,
38+
nest-asyncio==1.4.3,
39+
python-dotenv==0.15.0,
4140
herethere,
4241
# asyncssh dependencies
43-
cryptography
42+
cryptography,
43+
# additional packages
44+
pyjnius==1.3.0,
45+
plyer==2.0.0,
46+
able_recipe,
47+
Pillow,
48+
numpy,
49+
requests==2.24.0,
50+
urllib3==1.25.9,
51+
certifi==2019.6.16,
52+
chardet==3.0.4,
53+
idna==2.8,
54+
4455

4556
# android specific
4657

47-
android.api = 28
58+
android.api = 29
4859
android.minapi = 22
4960
android.ndk = 19c
50-
61+
5162
android.permissions =
5263
WAKE_LOCK,
5364
INTERNET,

0 commit comments

Comments
 (0)