File size: 702 Bytes
ce5e7c0 1a916e0 ce5e7c0 |
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 |
[tool.poetry]
name = "final-assignment-v3"
version = "0.1.0"
description = ""
authors = ["aleixlopezpascual <[email protected]>"]
readme = "README.md"
packages = [{include = "final_assignment_v3"}]
[tool.poetry.dependencies]
python = "^3.10"
gradio = "*"
requests = "*"
langchain = "*"
langchain-community = "*"
langchain-core = "*"
langchain-google-genai = "*"
langchain-huggingface = "*"
langchain-groq = "*"
langchain-tavily = "*"
langchain-chroma = "*"
langgraph = "*"
huggingface_hub = "*"
supabase = "*"
arxiv = "*"
pymupdf = "*"
wikipedia = "*"
pgvector = "*"
python-dotenv = "*"
notebook = "^7.4.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" |