Set poetry packages - remove tsp_client and update cryptography

This commit is contained in:
Patrick Robertson
2025-02-25 11:57:20 +00:00
parent 01bf88a695
commit 6987a4827e
2 changed files with 67 additions and 51 deletions

View File

@@ -42,7 +42,6 @@ dependencies = [
"tqdm (>=0.0.0)",
"jinja2 (>=0.0.0)",
"pyOpenSSL (==24.2.1)",
"cryptography (>=41.0.0,<42.0.0)",
"boto3 (>=1.28.0,<2.0.0)",
"dataclasses-json (>=0.0.0)",
"yt-dlp (>=2025.1.26,<2026.0.0)",
@@ -53,10 +52,10 @@ dependencies = [
"jsonlines (>=0.0.0)",
"pysubs2 (>=0.0.0)",
"retrying (>=0.0.0)",
"tsp-client (>=0.0.0)",
"certvalidator (>=0.0.0)",
"rich-argparse (>=1.6.0,<2.0.0)",
"ruamel-yaml (>=0.18.10,<0.19.0)",
"rfc3161-client (>=1.0.0,<2.0.0)",
]
[tool.poetry.group.dev.dependencies]