From 2365c4e251375c90642eae7a7e5ce06e0964f455 Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 7 Mar 2024 18:52:01 +0100 Subject: [PATCH] Add python-dotenv dependecy --- api/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index d0b660e0..7c82a713 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,3 +1,5 @@ fastapi==0.109.0 uvicorn==0.25.0 -psutil==5.9.8 \ No newline at end of file +psutil==5.9.8 +python-dotenv==1.0.1 +