We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cc5d8 commit 18b1bd6Copy full SHA for 18b1bd6
pythonforandroid/recipes/tiktoken/__init__.py
@@ -5,8 +5,7 @@ class TiktokenRecipe(RustCompiledComponentsRecipe):
5
name = 'tiktoken'
6
version = '0.7.0'
7
url = 'https://github.com/openai/tiktoken/archive/refs/tags/{version}.tar.gz'
8
- depends = ['regex','requests']
+ depends = ['regex', 'requests']
9
10
11
recipe = TiktokenRecipe()
12
-
0 commit comments