Skip to content

Commit 18b1bd6

Browse files
authored
Update __init__.py
1 parent 88cc5d8 commit 18b1bd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pythonforandroid/recipes/tiktoken/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ class TiktokenRecipe(RustCompiledComponentsRecipe):
55
name = 'tiktoken'
66
version = '0.7.0'
77
url = 'https://github.com/openai/tiktoken/archive/refs/tags/{version}.tar.gz'
8-
depends = ['regex','requests']
8+
depends = ['regex', 'requests']
99

1010

1111
recipe = TiktokenRecipe()
12-

0 commit comments

Comments
 (0)