Spaces:
Runtime error
Runtime error
| [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"] | |