From 0b212e8847d3d5e13d8a1bc0e927539509322844 Mon Sep 17 00:00:00 2001 From: "Bobby Abellana (aider)" Date: Thu, 6 Feb 2025 19:01:27 -0800 Subject: [PATCH] chore: Reorganize and clean up requirements.txt dependencies --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index b1d86ed..1553379 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ +# Database connector +clickhouse-connect + # Basic data libraries pandas numpy -# Database connector -clickhouse-connect - -# For scheduling or datetime manipulations (if needed) +# Environment variables python-dotenv -# For testing +# Testing pytest