abtsousa
Add uv project management.
90e376e
raw
history blame
606 Bytes
[project]
name = "OracleBot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"arize-phoenix-otel>=0.12.0",
"gradio[oauth]>=5.42.0",
"langchain-community>=0.3.27",
"langchain-google-genai>=2.1.9",
"langchain[google-genai,googlegenai,openai]>=0.3.26",
"langgraph>=0.4.8",
"openinference-instrumentation-langchain>=0.1.43",
"opentelemetry-api>=1.34.1",
"opentelemetry-instrumentation>=0.55b1",
"python-dotenv>=1.1.1",
"requests>=2.32.4",
"termcolor>=3.1.0",
"wikipedia>=1.4.0",
]