From 07891940ee87746d78efa4527d6439f326f1a358 Mon Sep 17 00:00:00 2001 From: Thomas Hayner Date: Fri, 13 Sep 2024 11:56:36 -0600 Subject: [PATCH] organize and alphebetize --- requirements.txt | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 11127a8..70ffd85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,25 +1,23 @@ +httpx~=0.27.2 +inputimeout==1.0.4 +jsonschema==4.23.0 +jsonschema-specifications==2023.12.1 langchain==0.2.11 +langchain-anthropic==0.1.3 langchain-community==0.2.10 langchain-core==0.2.24 +langchain-google-genai==1.0.10 +langchain-ollama==0.1.3 langchain-openai==0.1.17 langchain-text-splitters==0.2.2 langsmith==0.1.93 Levenshtein==0.25.1 +linkedin-api openai==1.37.1 +pdfminer.six==20221105 +python-dotenv~=1.0.1 +PyYAML~=6.0.2 regex==2024.7.24 reportlab==4.2.2 selenium==4.9.1 webdriver-manager==4.0.2 -click -git+https://github.com/feder-cr/lib_resume_builder_AIHawk.git -linkedin-api -pdfminer.six==20221105 -inputimeout==1.0.4 -langchain-ollama==0.1.3 -langchain-anthropic==0.1.3 -langchain-google-genai==1.0.10 -jsonschema==4.23.0 -jsonschema-specifications==2023.12.1 -httpx~=0.27.2 -python-dotenv~=1.0.1 -PyYAML~=6.0.2