We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150faf7 commit ff90c8aCopy full SHA for ff90c8a
1 file changed
pythonforandroid/recipes/vosk/__init__.py
@@ -11,12 +11,25 @@ class VoskRecipe(PythonRecipe):
11
url = "https://github.com/alphacep/vosk-api/archive/refs/tags/v{version}.tar.gz"
12
site_packages_name = "vosk"
13
depends = ["cffi"]
14
- python_depends = ["requests", "tqdm", "srt", "websockets"]
+ python_depends = [
15
+ "requests",
16
+ "urllib3",
17
+ "certifi",
18
+ "charset-normalizer",
19
+ "idna",
20
+ "tqdm",
21
+ "srt",
22
+ "websockets",
23
+ ]
24
hostpython_prerequisites = [
25
"setuptools",
26
"wheel",
27
"cffi",
28
"requests",
29
30
31
32
33
"tqdm",
34
"srt",
35
"websockets",
0 commit comments