Final_Assignment_Template / pyproject.toml
rqueraud's picture
50% mark
2099ec7
raw
history blame contribute delete
925 Bytes
[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"