refac: rye -> uv

This commit is contained in:
Timothy J. Baek
2024-08-22 14:38:05 +02:00
parent 14f0e6a2ba
commit ed5761f18f
4 changed files with 4315 additions and 1505 deletions

View File

@@ -41,8 +41,8 @@ dependencies = [
"google-generativeai==0.7.2",
"tiktoken",
"langchain==0.2.12",
"langchain-community==0.2.10",
"langchain==0.2.14",
"langchain-community==0.2.12",
"langchain-chroma==0.1.2",
"fake-useragent==1.5.1",
@@ -51,8 +51,8 @@ dependencies = [
"pypdf==4.3.1",
"docx2txt==0.8",
"python-pptx==1.0.0",
"unstructured==0.15.5",
"Markdown==3.6",
"unstructured==0.15.7",
"Markdown==3.7",
"pypandoc==1.13",
"pandas==2.2.2",
"openpyxl==3.1.5",
@@ -73,7 +73,7 @@ dependencies = [
"authlib==1.3.1",
"black==24.8.0",
"langfuse==2.43.3",
"langfuse==2.44.0",
"youtube-transcript-api==0.6.2",
"pytube==15.0.0",