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