mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-18 21:56:47 +01:00
handling dependencies
This commit is contained in:
@@ -25,7 +25,7 @@ class TranslationGoogle(DVMTaskInterface):
|
||||
KIND: int = EventDefinitions.KIND_NIP90_TRANSLATE_TEXT
|
||||
TASK: str = "translation"
|
||||
FIX_COST: float = 0
|
||||
dependencies = ["translatepy==2.3"]
|
||||
dependencies = [("translatepy", "translatepy==2.3")]
|
||||
|
||||
def __init__(self, name, dvm_config: DVMConfig, nip89config: NIP89Config,
|
||||
admin_config: AdminConfig = None, options=None):
|
||||
|
||||
Reference in New Issue
Block a user