Add ruamel to dependencies (replaces pyyaml)

This commit is contained in:
Patrick Robertson
2025-01-29 19:37:41 +01:00
parent 00a7018f36
commit 18ff36ce15
2 changed files with 79 additions and 3 deletions

View File

@@ -37,7 +37,6 @@ dependencies = [
"pdqhash (>=0.0.0)",
"pillow (>=0.0.0)",
"python-slugify (>=0.0.0)",
"pyyaml (>=0.0.0)",
"dateparser (>=0.0.0)",
"python-twitter-v2 (>=0.0.0)",
"instaloader (>=0.0.0)",
@@ -58,6 +57,7 @@ dependencies = [
"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)",
]
[tool.poetry.group.dev.dependencies]