update
This commit is contained in:
@@ -44,7 +44,10 @@ _FLORENCEVISION_DEPENDENCIES: List[Tuple[str, str]] = [
|
||||
]
|
||||
|
||||
_PROVIDER_DEPENDENCIES: Dict[str, List[Tuple[str, str]]] = {
|
||||
"telegram": [("telethon", "telethon>=1.36.0")],
|
||||
"telegram": [
|
||||
("telethon", "telethon>=1.36.0"),
|
||||
("cryptg", "cryptg"),
|
||||
],
|
||||
"soulseek": [("aioslsk", "aioslsk>=1.6.0")],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user