This commit is contained in:
2026-03-04 18:22:35 -08:00
parent f103496a00
commit a29d7508ec
2 changed files with 9 additions and 6 deletions

View File

@@ -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")],
}