From 2d89f4bad26d77a7100cfb77276b8ae8d7bbea7e Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Fri, 16 Feb 2024 17:23:39 -0700 Subject: [PATCH] add python-dotenv to dependencies --- pyproject.toml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35bd2cef..aed29979 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,7 @@ supervision = "*" scikit-image = "*" pinecone-client = "*" roboflow = "*" +python-dotenv = "*" diff --git a/requirements.txt b/requirements.txt index 7ceb02c1..8cd0ca75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,4 +52,5 @@ scikit-image anthropic pinecone-client roboflow -rich==13.7.0 \ No newline at end of file +rich==13.7.0 +python-dotenv \ No newline at end of file