From 7c59e2a5c886610b7b4dc7ea486e84fd4601fd6f Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Tue, 9 Dec 2025 10:54:33 +0200 Subject: [PATCH] NEW: New python package added to requirements --- backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 909fc988..1cca0eba 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,4 +9,5 @@ watchfiles python-multipart python-dotenv xlrd -supertokens-python==0.29.2 \ No newline at end of file +supertokens-python +sniffio \ No newline at end of file