File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,24 +30,35 @@ icon.filename = %(source.dir)s/data/logo/logo-128.png
3030# requirements of the app
3131requirements =
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
4859android.minapi = 22
4960android.ndk = 19c
50-
61+
5162android.permissions =
5263 WAKE_LOCK,
5364 INTERNET,
You can’t perform that action at this time.
0 commit comments