File size: 925 Bytes
4d5f444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2099ec7
 
4d5f444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2099ec7
4d5f444
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[tool.poetry]
name = "final-assignment-template"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = ">=3.11,<3.12"
gradio = "*"
requests = "*"
langgraph = "*"
langchain_openai = "*"
langchain_huggingface = "*"
langchain_community = "*"
langchain_google_genai = "*"
wikipedia = "*"
yt-dlp = "*"
youtube-transcript-api = "*"
pillow = "*"
langchain_experimental = "*"
langchain-tavily = ">=0.2.11,<0.3.0"
langchain-anthropic = ">=0.3.20,<0.4.0"
openai-whisper = "*"
speechrecognition = "*"
pydub = "*"
python-magic = "*"
librosa = "*"
rizaio = "*"
langfuse = "*"
langchain = "*"
tesseract = ">=0.1.3,<0.2.0"
unstructured = {extras = ["all-docs"], version = "*"}
langchain-google-community = "^2.0.10"
simpleeval = "^1.0.3"


[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"