From a45a3c08682ed6a5e5c0901fec34af59c9f96799 Mon Sep 17 00:00:00 2001 From: Kharec Date: Sun, 14 Dec 2025 11:13:21 +0100 Subject: [PATCH] build: add pyyaml and cryptography as deps --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9ca050f..e430eea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,4 +6,6 @@ readme = "README.md" requires-python = ">=3.13" dependencies = [ "atproto>=0.0.65", + "pyyaml>=6.0", + "cryptography>=42.0.0", ]