build: add pyyaml and cryptography as deps

This commit is contained in:
2025-12-14 11:13:21 +01:00
parent 074f4668bf
commit a45a3c0868

View File

@@ -6,4 +6,6 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"atproto>=0.0.65",
"pyyaml>=6.0",
"cryptography>=42.0.0",
]