mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-01-04 23:04:24 +01:00
handling dependencies
This commit is contained in:
@@ -26,7 +26,8 @@ class TextExtractionPDF(DVMTaskInterface):
|
||||
KIND: int = EventDefinitions.KIND_NIP90_EXTRACT_TEXT
|
||||
TASK: str = "pdf-to-text"
|
||||
FIX_COST: float = 0
|
||||
dependencies = ["pypdf==3.17.1"]
|
||||
dependencies = [("pypdf", "pypdf==3.17.1")]
|
||||
|
||||
|
||||
def __init__(self, name, dvm_config: DVMConfig, nip89config: NIP89Config,
|
||||
admin_config: AdminConfig = None, options=None):
|
||||
|
||||
Reference in New Issue
Block a user