Spaces:
Runtime error
Runtime error
File size: 628 Bytes
2a28594 fbf421d 2a28594 fbf421d 2a28594 fbf421d |
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 |
[project]
name = "chattr"
version = "0.1.0"
description = "App part of the Chatacter Backend"
readme = "README.md"
authors = [
{ name = "Mohamed Hisham Abdelzaher", email = "[email protected]" },
]
requires-python = ">=3.12"
dependencies = [
"gradio>=5.39.0",
"langchain>=0.3.27",
"langchain-mcp-adapters>=0.1.9",
"langchain-openai>=0.3.28",
"langgraph>=0.6.3",
"langgraph-checkpoint-redis>=0.0.8",
"m3u8>=6.0.0",
]
[project.scripts]
chattr = "chattr.__main__:main"
[build-system]
requires = ["uv_build"]
build-backend = "uv_build"
[dependency-groups]
dev = ["ruff>=0.12.7", "ty>=0.0.1a16"]
|