From a379899e8d7668451cd665dea048356d759fb090 Mon Sep 17 00:00:00 2001 From: lilsezgin Date: Wed, 28 Jan 2026 15:02:34 +0100 Subject: [PATCH] build: sanitize and comment requirements.txt Cleaned up the requirements file and added a header comment for better project organization. --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index f6d3832e..7227b786 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,6 @@ +# Project dependencies +requests==2.31.0 +websockets==12.0 requests==2.32.3 python-dateutil==2.9.0.post0 cryptography==44.0.2