From 6b8210b65ed1b3ca24f5d51a492e69f28cfe6bae Mon Sep 17 00:00:00 2001 From: Jerry Liu Date: Tue, 30 May 2023 09:11:55 -0700 Subject: [PATCH] hotfix from langchain dependencies (#302) --- test_requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index bed51697..48f1a60f 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -10,10 +10,12 @@ typing_extensions==4.5.0 llama-index>=0.6.9 atlassian-python-api html2text +# hotfix +psutil # For linting # linting stubs types-requests==2.28.11.8 # formatting black==22.12.0 -isort==5.11.4 +isort==5.11.4 \ No newline at end of file