From 38277441547235b849593c6e7e10680ca443821f Mon Sep 17 00:00:00 2001 From: ramforth Date: Mon, 17 Nov 2025 00:28:21 +0100 Subject: [PATCH] Update: requirements were missing security features. Module 'itsdangerous' incorporated --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5bed29..bf2e335 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ uvicorn[standard] sqlalchemy httpx cryptography -python-dotenv \ No newline at end of file +python-dotenv +itsdangerous \ No newline at end of file