From 487ae65bab1f33bc3fda8178605bb2a84944e1dd Mon Sep 17 00:00:00 2001 From: Zane <90309290+Zingzy@users.noreply.github.com> Date: Tue, 19 Mar 2024 01:48:54 +0530 Subject: [PATCH] Add dotenv package to Pipfile --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index b18df4c..4c31151 100644 --- a/Pipfile +++ b/Pipfile @@ -14,6 +14,7 @@ pymongo = "*" python-dotenv = "*" requests = "*" urllib3 = "*" +dotenv = "*" [dev-packages]