From 4cd013fcc5e8e18f9dcc4186fc7993e25a195d11 Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Sat, 28 Mar 2026 20:42:33 -0700 Subject: [PATCH] chore: add python-pam and itsdangerous dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2584810..532c0f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,8 @@ dependencies = [ "uvicorn[standard]>=0.30.0", "aiofiles>=23.0", "websockets>=11.0", + "python-pam>=1.8.4", + "itsdangerous>=2.1.0", ] [project.optional-dependencies]