nicolasfwyss
feat: added python-version and pyproject.toml
7523bc3
[project]
name = "kibanda-customer-support-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiofiles==24.1.0",
"annotated-types==0.7.0",
"anthropic==0.49.0",
"anyio==4.9.0",
"certifi==2025.1.31",
"charset-normalizer==3.4.1",
"click==8.1.8",
"colorama==0.4.6",
"distro==1.9.0",
"exceptiongroup==1.2.2",
"fastapi==0.115.12",
"ffmpy==0.5.0",
"filelock==3.18.0",
"fsspec==2025.3.2",
"gradio==5.24.0",
"gradio-client==1.8.0",
"groovy==0.1.2",
"h11==0.14.0",
"httpcore==1.0.7",
"httpx==0.28.1",
"httpx-sse==0.4.0",
"huggingface-hub==0.30.2",
"idna==3.10",
"jinja2==3.1.6",
"jiter==0.9.0",
"jsonpatch==1.33",
"jsonpointer==3.0.0",
"langchain>=0.3.23",
"langchain-anthropic==0.3.10",
"langchain-core==0.3.51",
"langchain-openai==0.3.12",
"langfuse~=2.60.4",
"langgraph==0.3.27",
"langgraph-checkpoint==2.0.24",
"langgraph-prebuilt==0.1.8",
"langgraph-sdk==0.1.61",
"langsmith==0.3.27",
"markdown-it-py==3.0.0",
"markupsafe==3.0.2",
"mcp==1.6.0",
"mdurl==0.1.2",
"numpy==2.2.4",
"openai==1.72.0",
"orjson==3.10.16",
"ormsgpack==1.9.1",
"packaging==24.2",
"pandas==2.2.3",
"pillow==11.1.0",
"pydantic==2.11.3",
"pydantic-core==2.33.1",
"pydantic-settings==2.8.1",
"pydub==0.25.1",
"pygments==2.19.1",
"python-dateutil==2.9.0.post0",
"python-dotenv==1.1.0",
"python-multipart==0.0.20",
"pytz==2025.2",
"pyyaml==6.0.2",
"regex==2024.11.6",
"requests==2.32.3",
"requests-toolbelt==1.0.0",
"rich==14.0.0",
"ruff==0.11.4",
"safehttpx==0.1.6",
"semantic-version==2.10.0",
"shellingham==1.5.4",
"six==1.17.0",
"sniffio==1.3.1",
"sse-starlette==2.2.1",
"starlette==0.46.1",
"tenacity==9.1.2",
"tomlkit==0.13.2",
"tqdm==4.67.1",
"typer==0.15.2",
"typing-extensions~=4.13.1",
"typing-inspection==0.4.0",
"tzdata==2025.2",
"urllib3==2.3.0",
"uvicorn==0.34.0",
"websockets==15.0.1",
"xxhash==3.5.0",
"zstandard==0.23.0",
]