REMOVES vk_extractor until further notice

This commit is contained in:
msramalho
2025-06-02 12:06:02 +01:00
parent ac24fd8f49
commit 2d7206f99d
8 changed files with 618 additions and 872 deletions

View File

@@ -43,9 +43,7 @@ dependencies = [
"jinja2 (>=0.0.0)",
"boto3 (>=1.28.0,<2.0.0)",
"dataclasses-json (>=0.0.0)",
"yt-dlp (>=2025.3.21,<2026.0.0)",
"numpy (==2.1.3)",
"vk-url-scraper (>=0.0.0)",
"requests[socks] (>=0.0.0)",
"warcio (>=0.0.0)",
"jsonlines (>=0.0.0)",
@@ -56,7 +54,9 @@ dependencies = [
"rfc3161-client (>=1.0.1,<2.0.0)",
"cryptography (>44.0.1,<45.0.0)",
"opentimestamps (>=0.4.5,<0.5.0)",
"bgutil-ytdlp-pot-provider (>=0.7.3,<0.8.0)",
"bgutil-ytdlp-pot-provider (>=1.0.0)",
"yt-dlp (>=2025.5.22,<2026.0.0)",
"secretstorage (>=3.3.3,<4.0.0)",
]
[tool.poetry.group.dev.dependencies]