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", ]